nixpkgs/pkgs/development/libraries/haskell/hscolour/default.nix
Andres Löh a52909b36a Added ghc-core, updated hscolour.
svn path=/nixpkgs/trunk/; revision=16245
2009-07-08 12:34:14 +00:00

12 lines
226 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "hscolour";
version = "1.11";
sha256 = "ebe26f1911e8796de45350014404c5e31cc2701dae9a87ba58fe0d0d37a5d41b";
meta = {
description = "Colourise Haskell code";
};
})