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

{ cabal, ansiTerminal, split, text }:

cabal.mkDerivation (self: {
  pname = "mpppc";
  version = "0.1.3";
  sha256 = "1zcilskpslpqyrbwpabwbry4p3kpcfca94wchh9dkq9g8pg8laxi";
  buildDepends = [ ansiTerminal split text ];
  jailbreak = true;
  meta = {
    description = "Multi-dimensional parametric pretty-printer with color";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})