summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/highlighting-kate/default.nix
blob: cce66f3ec109c5fda3f0b0ee49dd16748ba8803d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal, parsec, pcreLight, xhtml}:

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