nixpkgs/pkgs/development/libraries/haskell/hscolour/default.nix
Andres Löh 1a7a128b58 Version bumps for a number of Haskell packages.
svn path=/nixpkgs/trunk/; revision=23181
2010-08-15 18:28:08 +00:00

12 lines
224 B
Nix

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