-
Notifications
You must be signed in to change notification settings - Fork 842
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
Can't start stack ghci with Mueval because of funky Cabal file #1094
Comments
It appears to be the -static usage. This sounds like a GHC bug (as far as the confusing messages go), would you be able to open up an issue upstream? |
@snoyberg sure, should it go to GHC Trac? |
Yes, I think so. It should be reproducible with just the command line for ghci. @chrisdone should we strip out problematic arguments to ghci like -static? |
@snoyberg We already do such stripping, so I'll go ahead and skip |
@bitemyapp Implemented in c42f625. Can you confirm and close? |
No response, looks fixed to me. Closing! |
@mgsloan @chrisdone this did indeed solve it, sorry for the delay! |
No worries, just doing issue cleanup :D |
* master: (106 commits) Fix ghci -package-id for lib dep from test #1222 Fix passing of include dirs to GHCI #1222 Minor change to some local var naming Fix a copy-o which breaks ghci test targets #1222 Only ask for commit count once when compiling Move Windows installers above manual download Import all modules after loading them (#995) replace if then else with case matching (multiway if) Control/Concurrent/Execute.hs : redundant do Use stack setup so you can ignore most of the output Don't cache the GHC folder Strip -static before passing to GHCi (#1094) Fix: unlisted files in tests and benchmarks trigger extraneous second build (fixes #838) Don't fail when registering/looking up library for executable-only packages #1232 Fix help for default true bool flag's enable hint Rebuild when cabal file is changed watched command: show files, not directories Update changelog Fix: Haddocks not copied for dependencies (fixes #1105) Remove redundant Version from InstalledMap ...
Cabal file: https://github.com/bitemyapp/mueval/blob/master/mueval.cabal#L31-L51
I don't see prof/unreg anywhere?
The text was updated successfully, but these errors were encountered: