2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-04 22:30:05 +01:00
|
|
|
{ cabal, async, cereal, cerealConduit, conduit, conduitExtra, HUnit
|
|
|
|
, liftedAsync, liftedBase, monadControl, monadLoops, QuickCheck
|
|
|
|
, resourcet, stm, stmChans, testFramework, testFrameworkHunit
|
2014-01-25 15:52:43 +00:00
|
|
|
, testFrameworkQuickcheck2, transformers
|
2013-03-20 09:44:55 +00:00
|
|
|
}:
|
2013-03-16 14:33:16 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "stm-conduit";
|
2014-09-11 17:09:58 +01:00
|
|
|
version = "2.5.2";
|
|
|
|
sha256 = "1r8l9nznavxd0cg30mj7qdp9nq8jlcr0vcv8ljn6lfw67s0pk82x";
|
2013-08-02 15:19:50 +01:00
|
|
|
buildDepends = [
|
2014-04-04 22:30:05 +01:00
|
|
|
async cereal cerealConduit conduit conduitExtra liftedAsync
|
|
|
|
liftedBase monadControl monadLoops resourcet stm stmChans
|
|
|
|
transformers
|
2013-08-02 15:19:50 +01:00
|
|
|
];
|
2013-03-20 09:44:55 +00:00
|
|
|
testDepends = [
|
2014-01-25 15:52:43 +00:00
|
|
|
conduit HUnit QuickCheck resourcet stm stmChans testFramework
|
2013-03-20 09:44:55 +00:00
|
|
|
testFrameworkHunit testFrameworkQuickcheck2 transformers
|
2013-03-16 14:33:16 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/wowus/stm-conduit";
|
|
|
|
description = "Introduces conduits to channels, and promotes using conduits concurrently";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|