haskell-network-conduit: update to version 1.1.0
This commit is contained in:
parent
6bef23dd15
commit
78fc4f1083
@ -1,17 +1,13 @@
|
|||||||
{ cabal, conduit, liftedBase, monadControl, network, transformers
|
{ cabal, conduit }:
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "network-conduit";
|
pname = "network-conduit";
|
||||||
version = "1.0.4";
|
version = "1.1.0";
|
||||||
sha256 = "1a7p3gs0rczx0rhz27410rr6fzy3l0nsj6kk5wi0nqvqfyh7jb9c";
|
sha256 = "06amxl8rg4zfnmgc1iyq5mxy9qihcqddqgqkbfvaf25mwr43992p";
|
||||||
buildDepends = [
|
buildDepends = [ conduit ];
|
||||||
conduit liftedBase monadControl network transformers
|
|
||||||
];
|
|
||||||
testDepends = [ conduit ];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Stream socket data using conduits";
|
description = "Stream socket data using conduits. (deprecated)";
|
||||||
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.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user