Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to read command line arguments supplied via response files #9

Merged
merged 1 commit into from
May 10, 2018
Merged

Conversation

ckoparkar
Copy link
Contributor

@RyanGlScott
Copy link
Member

LGTM. Thanks, @ckoparkar!

@RyanGlScott RyanGlScott merged commit 0535fe6 into haskell:master May 10, 2018
@@ -74,7 +77,11 @@ main = do
prog <- getProgramName
let header = "Usage: "++prog++" [OPTIONS] INPUT.hsc [...]\n"
usage = usageInfo header options
#if MIN_VERSION_base(4,12,0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have risen red flags; as this renders haskell/cabal#5553 incorrect

ping @osa1 @RyanGlScott

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bug that this (among other things) caused: https://ghc.haskell.org/trac/ghc/ticket/15758

hvr added a commit that referenced this pull request Oct 18, 2018
…with

See also https://ghc.haskell.org/trac/ghc/ticket/15758

The hsc2hs-0.68.4 release was already revised with a lower bound `base >= 4.12` to
mitigate the issue solver-side
(http://hackage.haskell.org/package/hsc2hs-0.68.4/revisions/)

This improves upon #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants