haskell-network-conduit: update to version 1.0.2.1
This commit is contained in:
parent
55a8134bbe
commit
0480294937
@ -3,13 +3,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "network-conduit";
|
pname = "network-conduit";
|
||||||
version = "1.0.2";
|
version = "1.0.2.1";
|
||||||
sha256 = "00x9m4lsh4hkvw6z6kqd3q7hpy2q905vcnj9x1wbn6swz621h4rw";
|
sha256 = "1dq7pwimjkr0wpyjphbvjy3klkcjl8jin76am5jbz3cxk1dr20jk";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
conduit liftedBase monadControl network transformers
|
conduit liftedBase monadControl network transformers
|
||||||
];
|
];
|
||||||
testDepends = [ conduit ];
|
testDepends = [ conduit ];
|
||||||
doCheck = false;
|
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user