Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ cabal, liftedBase, monadControl, text, transformers
|
||||
{ cabal, Cabal, liftedBase, monadControl, text, transformers
|
||||
, transformersBase
|
||||
}:
|
||||
|
||||
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.2.1";
|
||||
sha256 = "1350n6nylvn62pdnm1cpm75yli9x3adf9m9jjz04z0gmzd3mvhd9";
|
||||
buildDepends = [
|
||||
liftedBase monadControl text transformers transformersBase
|
||||
Cabal liftedBase monadControl text transformers transformersBase
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
|
||||
Reference in New Issue
Block a user