From d2a0bde63fc1114e226c2c66d46ba65c6e00d557 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 28 Apr 2014 19:17:46 +0200 Subject: [PATCH] haskell-permutation: update to version 0.5.0.4 --- pkgs/development/libraries/haskell/permutation/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/permutation/default.nix b/pkgs/development/libraries/haskell/permutation/default.nix index 4f38dfcaa12..f44ab16f563 100644 --- a/pkgs/development/libraries/haskell/permutation/default.nix +++ b/pkgs/development/libraries/haskell/permutation/default.nix @@ -2,11 +2,11 @@ cabal.mkDerivation (self: { pname = "permutation"; - version = "0.4.1"; - sha256 = "0fgw4ivs8sa18fyphwr3mzp2v7ha2nz2yf3a7jmz9ymqdf2xws97"; + version = "0.5.0.4"; + sha256 = "0kl5yw1as2y8yf2ac2f6v7g8k7mzjqw5fdh18a6m3jfhjw9rcqf7"; doCheck = false; meta = { - homepage = "http://stat.stanford.edu/~patperry/code/permutation"; + homepage = "https://github.com/spacekitteh/permutation"; description = "A library for permutations and combinations"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms;