mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-highlighting-kate: update to version 0.5.9
This commit is contained in:
parent
163053a0f5
commit
7e0400a110
1 changed files with 6 additions and 3 deletions
|
@ -1,16 +1,19 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, blazeHtml, filepath, mtl, parsec, regexPcre, utf8String }:
|
||||
{ cabal, blazeHtml, Diff, filepath, mtl, parsec, regexPcre
|
||||
, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "highlighting-kate";
|
||||
version = "0.5.8.5";
|
||||
sha256 = "0xynbxffjp44189zzqx30wabbrj83mvjl3mj1i5lag1h945yp1nk";
|
||||
version = "0.5.9";
|
||||
sha256 = "025j6d97nwjhhyhdz7bsfhzgpb1ld28va4r8yv7zfh1dvczs6lkr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeHtml filepath mtl parsec regexPcre utf8String
|
||||
];
|
||||
testDepends = [ blazeHtml Diff filepath ];
|
||||
prePatch = "sed -i -e 's|regex-pcre-builtin >= .*|regex-pcre|' highlighting-kate.cabal";
|
||||
meta = {
|
||||
homepage = "http://github.com/jgm/highlighting-kate";
|
||||
|
|
Loading…
Reference in a new issue