You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -658,7 +658,12 @@ These builds have a dependency on [homebrew](https://brew.sh)'s `gmp` library. I
658
658
### cannot satisfy -package-id \<package\>
659
659
660
660
#### Is \<package\> base-x?
661
-
Make sure that you are running the correct version of hie for your version of ghc, or check out hie-wrapper.
661
+
Make sure that the GHC version of HIE matches the one of the project. After that run
662
+
```
663
+
$ cabal configure
664
+
```
665
+
666
+
and then restart HIE (e.g. by restarting your editor).
662
667
663
668
#### Is there a hash (#) after \<package\>?
664
669
Delete any `.ghc.environment*` files in your project root and try again. (At the time of writing, cabal new-style projects are not supported with ghc-mod)
0 commit comments