mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
21 lines
675 B
Nix
21 lines
675 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, either, monadControl, mtl, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "monad-journal";
|
|
version = "0.4.0.2";
|
|
sha256 = "0biz564lgddzd6hygb7jd3rh8xa7qmzby4q3fyfa9fizmdcwf9j8";
|
|
buildDepends = [
|
|
either monadControl mtl transformers transformersBase
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/phaazon/monad-journal";
|
|
description = "Pure logger typeclass and monad transformer";
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
|
};
|
|
})
|