2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 18:18:07 +01:00
|
|
|
{ cabal, async, blazeBuilder, deepseq, hspec, network, QuickCheck
|
2014-05-15 15:09:34 +01:00
|
|
|
, random, text, transformers, zlib
|
2014-03-30 21:03:00 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "streaming-commons";
|
2014-07-14 09:54:03 +01:00
|
|
|
version = "0.1.3.1";
|
|
|
|
sha256 = "0ryj9pp681f1pqvcyy5ci2zng6ax93j5navm886k095wxmamhzmf";
|
2014-05-15 15:09:34 +01:00
|
|
|
buildDepends = [
|
|
|
|
blazeBuilder network random text transformers zlib
|
|
|
|
];
|
2014-04-28 18:18:07 +01:00
|
|
|
testDepends = [
|
|
|
|
async blazeBuilder deepseq hspec network QuickCheck text zlib
|
|
|
|
];
|
2014-03-30 21:03:00 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/fpco/streaming-commons";
|
|
|
|
description = "Common lower-level functions needed by various streaming data libraries";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|