nixpkgs/pkgs/development/libraries/haskell/colorize-haskell/default.nix
2014-08-09 13:49:24 +02:00

19 lines
559 B
Nix

# 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;
};
})