Skip to content

Commit

Permalink
Do not normalize haddock args
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl authored and 23Skidoo committed Jul 31, 2018
1 parent cf2ee7a commit 9537238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Simple/Program/Builtin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ haddockProgram = (simpleProgram "haddock") {
(_:_:ver:_) -> takeWhile (`elem` ('.':['0'..'9'])) ver
_ -> "",

programNormaliseArgs = \_ _ _ -> []
programNormaliseArgs = \_ _ args -> args
}

greencardProgram :: Program
Expand Down

0 comments on commit 9537238

Please sign in to comment.