mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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: {
|
||||
pname = "monad-journal";
|
||||
version = "0.5";
|
||||
sha256 = "1dr5l9pz1wij3ysp95pchlgw1zs12akgrm7rrr3bnv162c13vb9h";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "1rxmz6hx8kh8sw497h4kpxkvhgaa7jbzif7qssjqijyfmghsxh80";
|
||||
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;
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user