haskell-conduit-extra: update to version 1.1.2
This commit is contained in:
parent
df9ae28504
commit
7083b79d40
@ -1,22 +1,22 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, blazeBuilder, conduit, exceptions, filepath
|
{ cabal, async, attoparsec, blazeBuilder, conduit, exceptions
|
||||||
, hspec, monadControl, network, primitive, resourcet
|
, filepath, hspec, monadControl, network, primitive, resourcet, stm
|
||||||
, streamingCommons, text, transformers, transformersBase
|
, streamingCommons, text, transformers, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit-extra";
|
pname = "conduit-extra";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
sha256 = "1876kg7zb0gasl7ijmx48r5r2jv3c5xxa1xb6g6iqfysx0qsv6z2";
|
sha256 = "1hglg491vgy6hjggi7067rjly3dlnr3byf6xlc20narzr25sxfxi";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder conduit filepath monadControl network
|
attoparsec blazeBuilder conduit filepath monadControl network
|
||||||
primitive resourcet streamingCommons text transformers
|
primitive resourcet stm streamingCommons text transformers
|
||||||
transformersBase
|
transformersBase
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
attoparsec blazeBuilder conduit exceptions hspec resourcet text
|
async attoparsec blazeBuilder conduit exceptions hspec resourcet
|
||||||
transformers transformersBase
|
stm text transformers transformersBase
|
||||||
];
|
];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user