From e7403a7f634dcbca4231c32adaa0bc25ecef890b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Mar 2012 21:03:04 +0000 Subject: haskell-permutation: added version 0.4.1 svn path=/nixpkgs/trunk/; revision=33389 --- .../libraries/haskell/permutation/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkgs/development/libraries/haskell/permutation/default.nix (limited to 'pkgs/development') diff --git a/pkgs/development/libraries/haskell/permutation/default.nix b/pkgs/development/libraries/haskell/permutation/default.nix new file mode 100644 index 0000000000000..e21a8993a97a2 --- /dev/null +++ b/pkgs/development/libraries/haskell/permutation/default.nix @@ -0,0 +1,17 @@ +{ cabal }: + +cabal.mkDerivation (self: { + pname = "permutation"; + version = "0.4.1"; + sha256 = "0fgw4ivs8sa18fyphwr3mzp2v7ha2nz2yf3a7jmz9ymqdf2xws97"; + meta = { + homepage = "http://stat.stanford.edu/~patperry/code/permutation"; + description = "A library for permutations and combinations"; + license = self.stdenv.lib.licenses.bsd3; + platforms = self.ghc.meta.platforms; + maintainers = [ + self.stdenv.lib.maintainers.andres + self.stdenv.lib.maintainers.simons + ]; + }; +}) -- cgit 1.4.1