haskell-conduit: update to version 1.1.0.2
This commit is contained in:
parent
7acbb2938a
commit
fef13a99f9
@ -1,19 +1,16 @@
|
||||
{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
|
||||
, QuickCheck, resourcet, text, textStreamDecode, transformers
|
||||
, transformersBase, void
|
||||
, QuickCheck, resourcet, transformers, transformersBase, void
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "conduit";
|
||||
version = "1.1.0";
|
||||
sha256 = "17y8fnvl9s3676sslhc04abs4zqh90l2rdcazxglv0sfrfsdgwnq";
|
||||
version = "1.1.0.2";
|
||||
sha256 = "16pcdwgh9g7p7ali3sp0zpx1cwdgvyfwhgwcinnmaixxr6fsqqay";
|
||||
buildDepends = [
|
||||
exceptions liftedBase mmorph monadControl mtl resourcet text
|
||||
textStreamDecode transformers transformersBase void
|
||||
];
|
||||
testDepends = [
|
||||
hspec mtl QuickCheck resourcet text transformers void
|
||||
exceptions liftedBase mmorph monadControl mtl resourcet
|
||||
transformers transformersBase void
|
||||
];
|
||||
testDepends = [ hspec mtl QuickCheck resourcet transformers void ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
|
Loading…
Reference in New Issue
Block a user