haskell-streaming-commons: update to version 0.1.2
This commit is contained in:
parent
4cc210e793
commit
8825b68758
@ -1,13 +1,15 @@
|
|||||||
{ cabal, async, deepseq, hspec, network, QuickCheck, text
|
{ cabal, async, blazeBuilder, deepseq, hspec, network, QuickCheck
|
||||||
, transformers, zlib
|
, text, transformers, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "streaming-commons";
|
pname = "streaming-commons";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
sha256 = "1mzpdhdc5kq9pfpsjs6v1j1qa1pdj1ca4s32z4bjq751jayj6ds6";
|
sha256 = "1n1gav19bc9ifgwhlz4qlrnpgq0fk4x98v6s19zxr88v89rlxdd7";
|
||||||
buildDepends = [ network text transformers zlib ];
|
buildDepends = [ blazeBuilder network text transformers zlib ];
|
||||||
testDepends = [ async deepseq hspec network QuickCheck text zlib ];
|
testDepends = [
|
||||||
|
async blazeBuilder 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