2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 11:10:36 +02:00
|
|
|
{ cabal, autoUpdate, blazeBuilder, filepath, hspec, text }:
|
2011-12-26 16:35:37 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "fast-logger";
|
2014-08-04 11:10:36 +02:00
|
|
|
version = "2.2.0";
|
|
|
|
sha256 = "02gc5f7vgwfdlhfawki4xxrl33lbdl05wh64qm3mb3h2dv1gnwrr";
|
|
|
|
buildDepends = [ autoUpdate blazeBuilder filepath text ];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ hspec ];
|
2011-12-26 16:35:37 +01:00
|
|
|
meta = {
|
|
|
|
description = "A fast logging system";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|