summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/permutation/default.nix
blob: 1c86e8259a8c6d694bb70fbd937aadc38a1e860a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "permutation";
  version = "0.5.0.4";
  sha256 = "0kl5yw1as2y8yf2ac2f6v7g8k7mzjqw5fdh18a6m3jfhjw9rcqf7";
  doCheck = false;
  meta = {
    homepage = "https://github.com/spacekitteh/permutation";
    description = "A library for permutations and combinations";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})