Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Temporarily disable haddock, see #98.
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Jan 5, 2016
1 parent 0d43a40 commit 2d1efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Settings/User.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d1efa2

Please sign in to comment.