-
Notifications
You must be signed in to change notification settings - Fork 843
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
stack ghci
tries to load multiple versions of text
#867
Comments
Related issue #127 |
Interesting.... |
I've also got it appear with both |
My best bet here is that the usage of |
@zudov I've just pushed a new branch, 867-ghci-package-id, which may fix the problem, can you test it? @chrisdone See PR #1082 |
I made sure that the problem is gone, created even more entropy in my global database than I originally had and reproduced it without a patch, then tried it with patched stack and it worked perfectly. 👍 Thanks a lot |
Cool, thanks for the confirmation. I'm going to close this issue, and any problems with the patch can be discussed in the PR. |
Pass -package-id to ghci (closes #867)
I am using stack to build purescript with
lts-3.2
. My ghc is installed system-wide, and I also have several libraries installed system-wide.While
stack build
works flawlessly,stack ghci
tries to usetext-1.2.1.3
(from lts-3.2) and
text-1.2.0.6
simultaneously which causes an error:Here is an output of
stack ghci --verbose
: paste.I can reproduce it using latest stack release (0.1.3.1) and stack from master branch
(commit 478ca71).
The text was updated successfully, but these errors were encountered: