haskell-monadloc-pp: update to version 0.3.1
This commit is contained in:
parent
189667f34e
commit
d3620bc94d
@ -4,18 +4,17 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monadloc-pp";
|
pname = "monadloc-pp";
|
||||||
version = "0.3";
|
version = "0.3.1";
|
||||||
sha256 = "0jr9ngcj3l6kd5cscll5kr3a4bp52sdjgrdxd1j5a21jyc3gdyvn";
|
sha256 = "0ch25kcz63xhinwd6mjqbhm282hfh280s3z910wnvdp3krgx0mpc";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath haskellSrcExts monadloc syb ];
|
buildDepends = [ filepath haskellSrcExts monadloc syb ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/pepeiborra/monadloc";
|
homepage = "http://github.com/pepeiborra/monadloc-pp";
|
||||||
description = "A preprocessor for generating monadic call traces";
|
description = "A preprocessor for generating monadic call traces";
|
||||||
license = self.stdenv.lib.licenses.publicDomain;
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user