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

{ cabal, ansiTerminal, haskellLexer }:

cabal.mkDerivation (self: {
  pname = "colorize-haskell";
  version = "1.0.1";
  sha256 = "1v4spa6vw9igjpd1dr595z5raz5fr8f485q5w9imrv8spms46xh3";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ ansiTerminal haskellLexer ];
  meta = {
    homepage = "http://github.com/yav/colorize-haskell";
    description = "Highligt Haskell source";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})