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

{ cabal, bifunctors, chunkedData, either, exceptions, filepath
, free, liftedAsync, liftedBase, mmorph, monadControl
, monoTraversable, mtl, mwcRandom, primitive, semigroups, stm
, streamingCommons, text, transformers, transformersBase, vector
}:

cabal.mkDerivation (self: {
  pname = "simple-conduit";
  version = "0.5.1";
  sha256 = "1jy70cdw2h6fd2618dczajml5k82kkjmd2n0mgbby2mr6r3sk5zr";
  buildDepends = [
    bifunctors chunkedData either exceptions filepath free liftedAsync
    liftedBase mmorph monadControl monoTraversable mtl mwcRandom
    primitive semigroups stm streamingCommons text transformers
    transformersBase vector
  ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/jwiegley/simple-conduit";
    description = "A simple streaming I/O library based on monadic folds";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})