haskell-streaming-commons: update to version 0.1.2

This commit is contained in:
Peter Simons 2014-04-28 19:18:07 +02:00
parent 4cc210e793
commit 8825b68758

View file

@ -1,13 +1,15 @@
{ cabal, async, deepseq, hspec, network, QuickCheck, text
, transformers, zlib
{ cabal, async, blazeBuilder, deepseq, hspec, network, QuickCheck
, text, transformers, zlib
}:
cabal.mkDerivation (self: {
pname = "streaming-commons";
version = "0.1.1";
sha256 = "1mzpdhdc5kq9pfpsjs6v1j1qa1pdj1ca4s32z4bjq751jayj6ds6";
buildDepends = [ network text transformers zlib ];
testDepends = [ async deepseq hspec network QuickCheck text zlib ];
version = "0.1.2";
sha256 = "1n1gav19bc9ifgwhlz4qlrnpgq0fk4x98v6s19zxr88v89rlxdd7";
buildDepends = [ blazeBuilder network text transformers zlib ];
testDepends = [
async blazeBuilder 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";