-
Notifications
You must be signed in to change notification settings - Fork 175
ghc-mod not detecting user libraries in stack implicit global environment #850
Comments
Additional information:
|
I thought you can make ide-haskell always run ghc-mod via @lierdakil would know better. |
I try to avoid running ghc-mod via That said, ide-haskell doesn't work all that well without a cabalfile, i.e. without a well-defined project, anyway. The most straightforward band-aid at this point would be to just run Atom via |
Have you tried the |
Yeah, I've seen it, but apparently forgot about that. Problem is, |
Also, I do have to support ghc-mod-5.5, since 5.6 isn't in stack's lts-6.* (ghc 7.10 branch), and ghc 8.0 has some problems. |
i.e.
detects globally installed libraries like
Test.QuickCheck.Checkers
, but... does not.
I have no hidden cabal directories between where I'm running things and my home directory. I'm trying to use ghc-mod with the ide-haskell atom package with poor results because of this.
Am I missing something and am just stupid, or should ghc-mod work with implicit global without the stack prefixing?
The text was updated successfully, but these errors were encountered: