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. |
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: