2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 10:18:07 -07:00
|
|
|
{ cabal, async, blazeBuilder, deepseq, hspec, network, QuickCheck
|
2014-07-18 03:23:14 -07:00
|
|
|
, random, stm, text, transformers, zlib
|
2014-03-30 13:03:00 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "streaming-commons";
|
2014-12-12 01:10:20 -08:00
|
|
|
version = "0.1.7.3";
|
|
|
|
sha256 = "12sm59dhjrygly215888i2xcsn5m5a393ir0mm6w62883x49wzxb";
|
2014-05-15 07:09:34 -07:00
|
|
|
buildDepends = [
|
2014-07-18 03:23:14 -07:00
|
|
|
blazeBuilder network random stm text transformers zlib
|
2014-05-15 07:09:34 -07:00
|
|
|
];
|
2014-04-28 10:18:07 -07:00
|
|
|
testDepends = [
|
|
|
|
async blazeBuilder deepseq hspec network QuickCheck text zlib
|
|
|
|
];
|
2014-03-30 13:03:00 -07: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;
|
|
|
|
};
|
|
|
|
})
|