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, binary, bson, cryptohash, liftedBase, monadControl, mtl
|
||||
, network, parsec, random, randomShuffle, transformersBase
|
||||
{ cabal, binary, bson, Cabal, cryptohash, liftedBase, monadControl
|
||||
, mtl, network, parsec, random, randomShuffle, transformersBase
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
|
||||
version = "1.2.0";
|
||||
sha256 = "0rffa13p889mxbbkj2bmqy3yada3mrhngvp8pp7qvrll1acm7s13";
|
||||
buildDepends = [
|
||||
binary bson cryptohash liftedBase monadControl mtl network parsec
|
||||
random randomShuffle transformersBase
|
||||
binary bson Cabal cryptohash liftedBase monadControl mtl network
|
||||
parsec random randomShuffle transformersBase
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/TonyGen/mongoDB-haskell";
|
||||
|
||||
Reference in New Issue
Block a user