2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-26 03:51:50 +00:00
|
|
|
{ cabal, filepath, haskellSrcExts, monadloc, syb }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "monadloc-pp";
|
2014-10-19 12:16:11 +00:00
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "0ch25kcz63xhinwd6mjqbhm282hfh280s3z910wnvdp3krgx0mpc";
|
2014-06-26 03:51:50 +00:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ filepath haskellSrcExts monadloc syb ];
|
|
|
|
jailbreak = true;
|
|
|
|
meta = {
|
2014-10-19 12:16:11 +00:00
|
|
|
homepage = "http://github.com/pepeiborra/monadloc-pp";
|
2014-06-26 03:51:50 +00:00
|
|
|
description = "A preprocessor for generating monadic call traces";
|
|
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
2014-06-26 03:51:50 +00:00
|
|
|
};
|
|
|
|
})
|