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: {
|
||||
pname = "network-conduit";
|
||||
version = "1.0.4";
|
||||
sha256 = "1a7p3gs0rczx0rhz27410rr6fzy3l0nsj6kk5wi0nqvqfyh7jb9c";
|
||||
buildDepends = [
|
||||
conduit liftedBase monadControl network transformers
|
||||
];
|
||||
testDepends = [ conduit ];
|
||||
version = "1.1.0";
|
||||
sha256 = "06amxl8rg4zfnmgc1iyq5mxy9qihcqddqgqkbfvaf25mwr43992p";
|
||||
buildDepends = [ conduit ];
|
||||
meta = {
|
||||
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;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
|
Loading…
Reference in New Issue
Block a user