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