haskell-permutation: update to version 0.5.0.4
This commit is contained in:
parent
9131908d53
commit
d2a0bde63f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user