nixpkgs/pkgs/development/libraries/haskell/fast-logger/default.nix
2014-10-19 16:55:22 +02:00

17 lines
512 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, autoUpdate, blazeBuilder, filepath, hspec, text }:
cabal.mkDerivation (self: {
pname = "fast-logger";
version = "2.2.1";
sha256 = "1rrjp6pi9yrvd9ldvpdw352m8i02bnr7v0wpr0rcyx32n3vkfj6x";
buildDepends = [ autoUpdate blazeBuilder filepath text ];
testDepends = [ hspec ];
meta = {
description = "A fast logging system";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})