mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 11:27:01 +00:00
haskell-monad-journal: update to version 0.4.0.2
This commit is contained in:
parent
1f7ec8cff5
commit
c06999c6c2
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monad-journal";
|
pname = "monad-journal";
|
||||||
version = "0.2.3.2";
|
version = "0.4.0.2";
|
||||||
sha256 = "02356yapx5g6lam72kdyhndq5lcyhd2zsjvvcndiyhqik6csi457";
|
sha256 = "0biz564lgddzd6hygb7jd3rh8xa7qmzby4q3fyfa9fizmdcwf9j8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
either monadControl mtl transformers transformersBase
|
either monadControl mtl transformers transformersBase
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/phaazon/monad-journal";
|
homepage = "http://github.com/phaazon/monad-journal";
|
||||||
description = "Pure logger typeclass and monad transformer";
|
description = "Pure logger typeclass and monad transformer";
|
||||||
license = self.stdenv.lib.licenses.publicDomain;
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Add table
Reference in a new issue