haskell-conduit: update to version 0.5.2.5
This commit is contained in:
parent
fbb2b63632
commit
ce15d915bb
@ -4,12 +4,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "conduit";
|
pname = "conduit";
|
||||||
version = "0.5.2.4";
|
version = "0.5.2.5";
|
||||||
sha256 = "17959j5frfbl5af4pmxhfb4swrjckk4fh5wmd5bwsbs824glb97a";
|
sha256 = "1savaq8n29cry75jl8rfk35q24s5bvm57j1zhnp3dcvj2i6w9k3y";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
liftedBase monadControl resourcet text transformers
|
liftedBase monadControl resourcet text transformers
|
||||||
transformersBase void
|
transformersBase void
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Streaming data processing library";
|
description = "Streaming data processing library";
|
||||||
|
Loading…
Reference in New Issue
Block a user