haskell-ng: update to latest hscolour
This commit is contained in:
parent
a591dbac3b
commit
a05aa1a3b1
@ -61306,7 +61306,7 @@ self: {
|
|||||||
|
|
||||||
"hlint" = callPackage
|
"hlint" = callPackage
|
||||||
({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs
|
({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs
|
||||||
, directory, extra, filepath, haskell-src-exts, process
|
, directory, extra, filepath, haskell-src-exts, hscolour, process
|
||||||
, transformers, uniplate
|
, transformers, uniplate
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -61317,7 +61317,7 @@ self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansi-terminal base cmdargs containers cpphs directory extra
|
ansi-terminal base cmdargs containers cpphs directory extra
|
||||||
filepath haskell-src-exts process transformers uniplate
|
filepath haskell-src-exts hscolour process transformers uniplate
|
||||||
];
|
];
|
||||||
homepage = "http://community.haskell.org/~ndm/hlint/";
|
homepage = "http://community.haskell.org/~ndm/hlint/";
|
||||||
description = "Source code suggestions";
|
description = "Source code suggestions";
|
||||||
@ -64579,20 +64579,6 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hscolour" = callPackage
|
"hscolour" = callPackage
|
||||||
({ mkDerivation, base, containers }:
|
|
||||||
mkDerivation {
|
|
||||||
pname = "hscolour";
|
|
||||||
version = "1.20.3";
|
|
||||||
sha256 = "15ix93sw4p7g5ln2halcgqppdc0i0vmkzcjzxvqzkk9yp9pq3nrs";
|
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [ base containers ];
|
|
||||||
homepage = "http://code.haskell.org/~malcolm/hscolour/";
|
|
||||||
description = "Colourise Haskell code";
|
|
||||||
license = "GPL";
|
|
||||||
}) {};
|
|
||||||
|
|
||||||
"hscolour_1_21" = callPackage
|
|
||||||
({ mkDerivation, base, containers }:
|
({ mkDerivation, base, containers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hscolour";
|
pname = "hscolour";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user