mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
20 lines
630 B
Nix
20 lines
630 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, fetchzip, hspec, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "logging-facade";
|
|
version = "0.0.0";
|
|
src = fetchzip {
|
|
url = "https://hackage.haskell.org/package/logging-facade-0.0.0/logging-facade-0.0.0.tar.gz";
|
|
sha256 = "0w6bkzgf0lamcdnris95i1xq8wg882wf17b517rgr5d1vhxz9y7s";
|
|
};
|
|
buildDepends = [ transformers ];
|
|
testDepends = [ hspec ];
|
|
meta = {
|
|
description = "Simple logging abstraction that allows multiple backends";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|