Build Haddocks with source hyperlinks unless doHscolour is false

This commit is contained in:
John Wiegley
2014-05-29 20:00:04 -05:00
parent d58370db24
commit 176797576c
4 changed files with 16 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ mtl ];
hyperlinkSource = false;
meta = {
description = "Unlambda interpreter";
license = "GPL";