haskell-network-conduit: update to version 1.0.2.1
This commit is contained in:
parent
55a8134bbe
commit
0480294937
1 changed files with 2 additions and 3 deletions
|
@ -3,13 +3,12 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "network-conduit";
|
||||
version = "1.0.2";
|
||||
sha256 = "00x9m4lsh4hkvw6z6kqd3q7hpy2q905vcnj9x1wbn6swz621h4rw";
|
||||
version = "1.0.2.1";
|
||||
sha256 = "1dq7pwimjkr0wpyjphbvjy3klkcjl8jin76am5jbz3cxk1dr20jk";
|
||||
buildDepends = [
|
||||
conduit liftedBase monadControl network transformers
|
||||
];
|
||||
testDepends = [ conduit ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/conduit";
|
||||
description = "Stream socket data using conduits";
|
||||
|
|
Loading…
Reference in a new issue