Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ cabal, flexibleDefaults, mersenneRandomPure64, mtl, mwcRandom
|
||||
, random, stateref, syb, thExtras
|
||||
{ cabal, Cabal, flexibleDefaults, mersenneRandomPure64, mtl
|
||||
, mwcRandom, random, stateref, syb, thExtras
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0sp39bj7rqg4w4rc4d4zgj0f77c23z4xc47p55chy12znc4frlp2";
|
||||
buildDepends = [
|
||||
flexibleDefaults mersenneRandomPure64 mtl mwcRandom random stateref
|
||||
syb thExtras
|
||||
Cabal flexibleDefaults mersenneRandomPure64 mtl mwcRandom random
|
||||
stateref syb thExtras
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/mokus0/random-fu";
|
||||
|
||||
Reference in New Issue
Block a user