mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-conduit-combinators: update to version 0.2.1
This commit is contained in:
parent
a9738e5cd1
commit
053391eba5
1 changed files with 9 additions and 8 deletions
|
@ -1,19 +1,20 @@
|
|||
{ cabal, basicPrelude, chunkedData, conduit, hspec, monoTraversable
|
||||
, primitive, silently, systemFileio, systemFilepath, text
|
||||
, transformers, transformersBase, vector
|
||||
, mwcRandom, primitive, silently, systemFileio, systemFilepath
|
||||
, text, transformers, transformersBase, vector, void
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "conduit-combinators";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0hmy398kk37n5l4pacb2a0z9h9f1kl6vva9gsph1kiqnnz7sbr4r";
|
||||
version = "0.2.1";
|
||||
sha256 = "0v3b9wiziyynk00fk07nwrk3c032wyr0adrwlkjl89ma1ix220sv";
|
||||
buildDepends = [
|
||||
chunkedData conduit monoTraversable primitive systemFileio
|
||||
systemFilepath text transformers transformersBase vector
|
||||
chunkedData conduit monoTraversable mwcRandom primitive
|
||||
systemFileio systemFilepath text transformers transformersBase
|
||||
vector void
|
||||
];
|
||||
testDepends = [
|
||||
basicPrelude chunkedData hspec monoTraversable silently text
|
||||
transformers vector
|
||||
basicPrelude chunkedData hspec monoTraversable mwcRandom silently
|
||||
text transformers vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/fpco/conduit-combinators";
|
||||
|
|
Loading…
Reference in a new issue