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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "hscolour";
  version = "1.20.3";
  sha256 = "15ix93sw4p7g5ln2halcgqppdc0i0vmkzcjzxvqzkk9yp9pq3nrs";
  isLibrary = true;
  isExecutable = true;
  meta = {
    homepage = "http://code.haskell.org/~malcolm/hscolour/";
    description = "Colourise Haskell code";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})