Regenerated all Haskell packages with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
Peter Simons
2012-02-14 17:00:37 +00:00
parent 844d950d13
commit ac69747aa8
563 changed files with 1383 additions and 1119 deletions

View File

@@ -1,4 +1,5 @@
{ cabal, blazeHtml, mtl, parsec, regexPcreBuiltin }:
{ cabal, blazeHtml, Cabal, filepath, mtl, parsec, regexPcreBuiltin
}:
cabal.mkDerivation (self: {
pname = "highlighting-kate";
@@ -6,7 +7,9 @@ cabal.mkDerivation (self: {
sha256 = "1kn73gcjhndb5wbdy9hbjgar1bdcmy8cy831ib4ik1fn62zmvxrf";
isLibrary = true;
isExecutable = true;
buildDepends = [ blazeHtml mtl parsec regexPcreBuiltin ];
buildDepends = [
blazeHtml Cabal filepath mtl parsec regexPcreBuiltin
];
meta = {
homepage = "http://github.com/jgm/highlighting-kate";
description = "Syntax highlighting";