Skip to content

Commit

Permalink
haddock: don't allow setting for-hackage in config
Browse files Browse the repository at this point in the history
  • Loading branch information
bennofs committed May 24, 2016
1 parent 0975372 commit 209e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Config.hs
Expand Up @@ -1026,7 +1026,7 @@ haddockFlagsFields = [ field
name = fieldName field
, name `notElem` exclusions ]
where
exclusions = ["verbose", "builddir"]
exclusions = ["verbose", "builddir", "for-hackage"]

-- | Fields for the 'program-locations' section.
withProgramsFields :: [FieldDescr [(String, FilePath)]]
Expand Down

0 comments on commit 209e2b6

Please sign in to comment.