haskell-conduit-combinators: update to version 0.2.2
This commit is contained in:
parent
cd5fd2f6c8
commit
4fed76e19a
@ -1,16 +1,16 @@
|
|||||||
{ cabal, basicPrelude, chunkedData, conduit, hspec, monoTraversable
|
{ cabal, basicPrelude, chunkedData, conduit, hspec, monoTraversable
|
||||||
, mwcRandom, primitive, silently, systemFileio, systemFilepath
|
, mwcRandom, primitive, silently, systemFileio, systemFilepath
|
||||||
, text, transformers, transformersBase, vector, void
|
, text, transformers, transformersBase, unixCompat, vector, void
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit-combinators";
|
pname = "conduit-combinators";
|
||||||
version = "0.2.1";
|
version = "0.2.2";
|
||||||
sha256 = "0v3b9wiziyynk00fk07nwrk3c032wyr0adrwlkjl89ma1ix220sv";
|
sha256 = "0b196srw2vbs46zz2m3mb1cbw7pza8q429r5b280bw6vby9h6jbr";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
chunkedData conduit monoTraversable mwcRandom primitive
|
chunkedData conduit monoTraversable mwcRandom primitive
|
||||||
systemFileio systemFilepath text transformers transformersBase
|
systemFileio systemFilepath text transformers transformersBase
|
||||||
vector void
|
unixCompat vector void
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
basicPrelude chunkedData hspec monoTraversable mwcRandom silently
|
basicPrelude chunkedData hspec monoTraversable mwcRandom silently
|
||||||
|
Loading…
x
Reference in New Issue
Block a user