summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/monadloc-pp/default.nix
blob: 9ff5d5079cef0fae11f31a20d9a74f093ca01618 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, filepath, haskellSrcExts, monadloc, syb }:

cabal.mkDerivation (self: {
  pname = "monadloc-pp";
  version = "0.3.1";
  sha256 = "0ch25kcz63xhinwd6mjqbhm282hfh280s3z910wnvdp3krgx0mpc";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ filepath haskellSrcExts monadloc syb ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/pepeiborra/monadloc-pp";
    description = "A preprocessor for generating monadic call traces";
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
  };
})