nixpkgs/pkgs/development/libraries/haskell/logging/default.nix

22 lines
685 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, fastLogger, hspec, liftedBase, monadControl
, monadLogger, pcreLight, text, time, transformers, vectorSpace
}:
cabal.mkDerivation (self: {
pname = "logging";
version = "1.4.1";
sha256 = "15mhpafv797f8aifjyjb5nc0fkd7if7bvx5hx9mzxycdzlk28gfp";
buildDepends = [
binary fastLogger liftedBase monadControl monadLogger pcreLight
text time transformers vectorSpace
];
testDepends = [ hspec monadLogger ];
meta = {
description = "Simplified logging in IO for application writers";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})