1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/io-streams/default.nix

31 lines
1 KiB
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, blazeBuilder, deepseq, filepath, HUnit, mtl
, network, primitive, QuickCheck, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, text, time, transformers, vector, zlib
, zlibBindings
}:
cabal.mkDerivation (self: {
pname = "io-streams";
version = "1.1.4.6";
sha256 = "0vn6vlgfapmyd9y87i9i0y480w8w81xd3lnhh66a6lalskd4bjdw";
buildDepends = [
attoparsec blazeBuilder network primitive text time transformers
vector zlibBindings
];
testDepends = [
attoparsec blazeBuilder deepseq filepath HUnit mtl network
primitive QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 text time transformers vector zlib
zlibBindings
];
configureFlags = "-fNoInteractiveTests";
meta = {
description = "Simple, composable, and easy-to-use stream I/O";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
})