-
Notifications
You must be signed in to change notification settings - Fork 841
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
A project named 'interactive' fails to build #3172
Comments
The log with And the generated files look fine. But "interactive" is a wired-in package according to sources of both Stack (see src/Stack/Constants.hs) and Cabal, both in 7.10.1 and 8.0.2: https://downloads.haskell.org/~ghc/7.10.1/docs/html/libraries/ghc/src/Module.html#integerPackageKey I'm not sure what "interactive" is supposed to be; since other wired-in packages seem GHC dependencies, I'm guessing this might have to do with ghci. Maybe the name is outdated. No real clue. If |
Not sure what it is used for either, but it's probably best to be consistent here. I've committed a fix -
For build, the output is now
|
General summary/comments (optional)
A project called 'interactive' causes a silent error while constructing the build plan:
Steps to reproduce
stack new interactive
cd interactive
stack build
Expected
Stack builds the project
Actual
Stack fails to create the build plan without printing an error
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: