Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit c49cfa0

Browse files
authored
Merge pull request #1370 from Infinisil/readme-satisfy
Readme: Mention cabal configure and restarting HIE for troubleshooting
2 parents 5aa35b2 + 8ca1706 commit c49cfa0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,12 @@ These builds have a dependency on [homebrew](https://brew.sh)'s `gmp` library. I
658658
### cannot satisfy -package-id \<package\>
659659

660660
#### 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).
662667

663668
#### Is there a hash (#) after \<package\>?
664669
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

Comments
 (0)