3
0
Fork 0
forked from mirrors/nixpkgs

haskell-streaming-commons: update to version 0.1.1

This commit is contained in:
Peter Simons 2014-04-09 12:13:48 +02:00
parent f063e5e592
commit 2986e7cb24

View file

@ -1,13 +1,13 @@
{ cabal, deepseq, hspec, network, QuickCheck, text, transformers
, zlib
{ cabal, async, deepseq, hspec, network, QuickCheck, text
, transformers, zlib
}:
cabal.mkDerivation (self: {
pname = "streaming-commons";
version = "0.1.0.2";
sha256 = "1idlhvlv5pg20xq8h4rmphyflvpc9q88krwm498mh3s4983ik28c";
version = "0.1.1";
sha256 = "1mzpdhdc5kq9pfpsjs6v1j1qa1pdj1ca4s32z4bjq751jayj6ds6";
buildDepends = [ network text transformers zlib ];
testDepends = [ deepseq hspec QuickCheck text zlib ];
testDepends = [ async deepseq hspec network QuickCheck text zlib ];
meta = {
homepage = "https://github.com/fpco/streaming-commons";
description = "Common lower-level functions needed by various streaming data libraries";