[commit: ghc] wip/nfs-locking: Temporarily disable haddock, see #98. (2d1efa2)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:54:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/2d1efa2110af8b0aa2b5aa641e61f8c906e02d38/ghc
>---------------------------------------------------------------
commit 2d1efa2110af8b0aa2b5aa641e61f8c906e02d38
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Jan 5 11:39:38 2016 +0000
Temporarily disable haddock, see #98.
>---------------------------------------------------------------
2d1efa2110af8b0aa2b5aa641e61f8c906e02d38
src/Settings/User.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index 6107f6f..aba4a48 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -82,7 +82,7 @@ laxDependencies :: Bool
laxDependencies = False
buildHaddock :: Predicate
-buildHaddock = return True
+buildHaddock = return False -- FIXME: should be return True, see #98
buildSystemConfigFile :: Bool
buildSystemConfigFile = False
More information about the ghc-commits
mailing list