1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-conduit: update to version 1.1.0

This commit is contained in:
Peter Simons 2014-04-04 23:29:41 +02:00
parent 940ba2cf76
commit 065e44f198

View file

@ -1,15 +1,15 @@
{ cabal, hspec, liftedBase, mmorph, monadControl, mtl, QuickCheck
, resourcet, text, textStreamDecode, transformers, transformersBase
, void
{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
, QuickCheck, resourcet, text, textStreamDecode, transformers
, transformersBase, void
}:
cabal.mkDerivation (self: {
pname = "conduit";
version = "1.0.17.1";
sha256 = "0s2cszwfmz7j249bdydh0d97r5br1p6nizw7ycbkxlmpcrmdvifk";
version = "1.1.0";
sha256 = "17y8fnvl9s3676sslhc04abs4zqh90l2rdcazxglv0sfrfsdgwnq";
buildDepends = [
liftedBase mmorph monadControl mtl resourcet text textStreamDecode
transformers transformersBase void
exceptions liftedBase mmorph monadControl mtl resourcet text
textStreamDecode transformers transformersBase void
];
testDepends = [
hspec mtl QuickCheck resourcet text transformers void