Skip to content
Snippets Groups Projects
Commit 209e2b6a authored by Benno Fünfstück's avatar Benno Fünfstück
Browse files

haddock: don't allow setting for-hackage in config

parent 09753724
No related branches found
No related tags found
No related merge requests found
......@@ -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)]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment