nixpkgs/pkgs/development/libraries/haskell/highlighting-kate/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

12 lines
296 B
Nix

{cabal, parsec, pcreLight, xhtml}:
cabal.mkDerivation (self : {
pname = "highlighting-kate";
version = "0.2.9";
sha256 = "0mk8m01mqw6vnjldr5idc6611475j4m292cm18kn3wa83000mbgk";
propagatedBuildInputs = [parsec pcreLight xhtml];
meta = {
description = "Syntax highlighting";
};
})