forked from mirrors/nixpkgs
haskell-stm-conduit: update to version 1.0.0
This commit is contained in:
parent
e61805cc77
commit
5bc4ec3f07
|
@ -1,13 +1,16 @@
|
||||||
{ cabal, conduit, resourcet, stm, stmChans, transformers, HUnit, QuickCheck
|
{ cabal, conduit, HUnit, QuickCheck, resourcet, stm, stmChans
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2 }:
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
|
, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "stm-conduit";
|
pname = "stm-conduit";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
sha256 = "1kkx3x3qdqw5jp9vn9kxbxmmb8x0wdbp8jch08azw45pwjh3ga7v";
|
sha256 = "1kkx3x3qdqw5jp9vn9kxbxmmb8x0wdbp8jch08azw45pwjh3ga7v";
|
||||||
buildDepends = [
|
buildDepends = [ conduit resourcet stm stmChans transformers ];
|
||||||
conduit resourcet stm stmChans transformers HUnit QuickCheck
|
testDepends = [
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
conduit HUnit QuickCheck stm stmChans testFramework
|
||||||
|
testFrameworkHunit testFrameworkQuickcheck2 transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/wowus/stm-conduit";
|
homepage = "https://github.com/wowus/stm-conduit";
|
||||||
|
|
Loading…
Reference in a new issue