haskell-hscolour: define the bootstap version of this package using 'extension' rather than by passing an additional parameter to it

This commit is contained in:
Peter Simons
2014-06-09 13:00:33 +02:00
parent 977d43f6c5
commit 164c81be84
2 changed files with 6 additions and 3 deletions
@@ -1,4 +1,4 @@
{ cabal, hyperlinkSource ? true }:
{ cabal }:
cabal.mkDerivation (self: {
pname = "hscolour";
@@ -6,7 +6,6 @@ cabal.mkDerivation (self: {
sha256 = "15ix93sw4p7g5ln2halcgqppdc0i0vmkzcjzxvqzkk9yp9pq3nrs";
isLibrary = true;
isExecutable = true;
hyperlinkSource = hyperlinkSource;
meta = {
homepage = "http://code.haskell.org/~malcolm/hscolour/";
description = "Colourise Haskell code";