31 lines
1.0 KiB
Nix
31 lines
1.0 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.2.1.1";
|
|
sha256 = "1pvrscyw7wcv910p8d9j4a9jdm0vm7m74g5kgzpc5hnxdfibhqj1";
|
|
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 = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|