haskell-io-streams: update to version 1.1.4.0
This commit is contained in:
parent
ef09e77f5c
commit
c699231f0c
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "io-streams";
|
pname = "io-streams";
|
||||||
version = "1.1.3.0";
|
version = "1.1.4.0";
|
||||||
sha256 = "1vw9znmnl9syfgr3rplf7fa57qgmjgf8n1kh3ffiqkgrdpif6p9c";
|
sha256 = "0fkys15ih3ld4l5rqjlsmhdkf9w3xnhj6hbbahazx7pj0xsv1hyh";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder network primitive text time transformers
|
attoparsec blazeBuilder network primitive text time transformers
|
||||||
vector zlibBindings
|
vector zlibBindings
|
||||||
@ -18,11 +18,11 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkQuickcheck2 text time transformers vector zlib
|
testFrameworkQuickcheck2 text time transformers vector zlib
|
||||||
zlibBindings
|
zlibBindings
|
||||||
];
|
];
|
||||||
|
configureFlags = "-fNoInteractiveTests";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple, composable, and easy-to-use stream I/O";
|
description = "Simple, composable, and easy-to-use stream I/O";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
configureFlags = "-fNoInteractiveTests";
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user