Skip to content

Commit

Permalink
Fix verbose/comment flags
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Mar 21, 2015
1 parent bd5a6c5 commit bf0b5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psc-make/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ options = P.Options <$> noPrelude
<*> noMagicDo
<*> pure Nothing
<*> noOpts
<*> (not <$> comments)
<*> verboseErrors
<*> (not <$> comments)
<*> pure P.MakeOptions

pscMakeOptions :: Parser PSCMakeOptions
Expand Down

0 comments on commit bf0b5f9

Please sign in to comment.