haskell-stm-conduit: update to version 2.2.1
This commit is contained in:
parent
20ef7553aa
commit
979c1bfe89
@ -1,19 +1,19 @@
|
|||||||
{ cabal, async, conduit, HUnit, liftedAsync, liftedBase
|
{ cabal, async, cereal, cerealConduit, conduit, HUnit, liftedAsync
|
||||||
, monadControl, monadLoops, QuickCheck, resourcet, stm, stmChans
|
, liftedBase, monadControl, monadLoops, QuickCheck, resourcet, stm
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
, stmChans, testFramework, testFrameworkHunit
|
||||||
, transformers
|
, testFrameworkQuickcheck2, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "stm-conduit";
|
pname = "stm-conduit";
|
||||||
version = "2.2";
|
version = "2.2.1";
|
||||||
sha256 = "14fz8izr8fxi3s78fhz4p5yfdkfcipcfpcj6dn5w0fkcd2hc2a66";
|
sha256 = "15ym83c42krx19rw719yqlib1vcg68jmx48rihy5aimc0m5m307b";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
async conduit liftedAsync liftedBase monadControl monadLoops
|
async cereal cerealConduit conduit liftedAsync liftedBase
|
||||||
resourcet stm stmChans transformers
|
monadControl monadLoops resourcet stm stmChans transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
conduit HUnit QuickCheck stm stmChans testFramework
|
conduit HUnit QuickCheck resourcet stm stmChans testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 transformers
|
testFrameworkHunit testFrameworkQuickcheck2 transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user