summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/conduit/default.nix
blob: d0683175482cd136ac43dedce2f3f88386130c69 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, exceptions, hspec, liftedBase, mmorph, mtl, QuickCheck
, resourcet, safe, transformers, transformersBase, void
}:

cabal.mkDerivation (self: {
  pname = "conduit";
  version = "1.2.3.1";
  sha256 = "04n330f9iad6asmry81aqvb7wyh7b962d6pvcfnpm327z4llnvbq";
  buildDepends = [
    exceptions liftedBase mmorph mtl resourcet transformers
    transformersBase void
  ];
  testDepends = [
    exceptions hspec mtl QuickCheck resourcet safe transformers void
  ];
  meta = {
    homepage = "http://github.com/snoyberg/conduit";
    description = "Streaming data processing library";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})