summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/stm-conduit/default.nix
blob: cebb79c3344fab47c8504b289ec6f2572b13ce49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, async, cereal, cerealConduit, conduit, conduitExtra, HUnit
, liftedAsync, liftedBase, monadControl, monadLoops, QuickCheck
, resourcet, stm, stmChans, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, transformers
}:

cabal.mkDerivation (self: {
  pname = "stm-conduit";
  version = "2.5.1";
  sha256 = "08cnr92c442b1in46xcklni35597hbsggw97arq2f9w5sfir341q";
  buildDepends = [
    async cereal cerealConduit conduit conduitExtra liftedAsync
    liftedBase monadControl monadLoops resourcet stm stmChans
    transformers
  ];
  testDepends = [
    conduit HUnit QuickCheck resourcet stm stmChans testFramework
    testFrameworkHunit testFrameworkQuickcheck2 transformers
  ];
  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;
  };
})