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
|
{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
|
||||||
, QuickCheck, resourcet, text, textStreamDecode, transformers
|
, QuickCheck, resourcet, transformers, transformersBase, void
|
||||||
, transformersBase, void
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit";
|
pname = "conduit";
|
||||||
version = "1.1.0";
|
version = "1.1.0.2";
|
||||||
sha256 = "17y8fnvl9s3676sslhc04abs4zqh90l2rdcazxglv0sfrfsdgwnq";
|
sha256 = "16pcdwgh9g7p7ali3sp0zpx1cwdgvyfwhgwcinnmaixxr6fsqqay";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
exceptions liftedBase mmorph monadControl mtl resourcet text
|
exceptions liftedBase mmorph monadControl mtl resourcet
|
||||||
textStreamDecode transformers transformersBase void
|
transformers transformersBase void
|
||||||
];
|
|
||||||
testDepends = [
|
|
||||||
hspec mtl QuickCheck resourcet text transformers void
|
|
||||||
];
|
];
|
||||||
|
testDepends = [ hspec mtl QuickCheck resourcet transformers void ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
|
Loading…
Reference in New Issue
Block a user