haskell-monad-journal: update to version 0.5.0.1
This commit is contained in:
parent
223c51ff54
commit
a1061d0ca8
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monad-journal";
|
pname = "monad-journal";
|
||||||
version = "0.5";
|
version = "0.5.0.1";
|
||||||
sha256 = "1dr5l9pz1wij3ysp95pchlgw1zs12akgrm7rrr3bnv162c13vb9h";
|
sha256 = "1rxmz6hx8kh8sw497h4kpxkvhgaa7jbzif7qssjqijyfmghsxh80";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
either monadControl mtl transformers transformersBase
|
either monadControl mtl transformers transformersBase
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://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.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user