haskell-streaming-commons: update to version 0.1.1
This commit is contained in:
parent
f063e5e592
commit
2986e7cb24
@ -1,13 +1,13 @@
|
|||||||
{ cabal, deepseq, hspec, network, QuickCheck, text, transformers
|
{ cabal, async, deepseq, hspec, network, QuickCheck, text
|
||||||
, zlib
|
, transformers, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "streaming-commons";
|
pname = "streaming-commons";
|
||||||
version = "0.1.0.2";
|
version = "0.1.1";
|
||||||
sha256 = "1idlhvlv5pg20xq8h4rmphyflvpc9q88krwm498mh3s4983ik28c";
|
sha256 = "1mzpdhdc5kq9pfpsjs6v1j1qa1pdj1ca4s32z4bjq751jayj6ds6";
|
||||||
buildDepends = [ network text transformers zlib ];
|
buildDepends = [ network text transformers zlib ];
|
||||||
testDepends = [ deepseq hspec QuickCheck text zlib ];
|
testDepends = [ async deepseq hspec network QuickCheck text zlib ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fpco/streaming-commons";
|
homepage = "https://github.com/fpco/streaming-commons";
|
||||||
description = "Common lower-level functions needed by various streaming data libraries";
|
description = "Common lower-level functions needed by various streaming data libraries";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user