Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 450e921

Browse files
committed
notes in readme
1 parent 51d2cbb commit 450e921

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
Eventually intended to be a good Stack replacement.
77

8-
This is not even in alpha yet.
8+
This is not even in alpha yet, and **the only testing it gets is with GHC 8.2.2**.
9+
10+
PRs and issues against other GHC versions are welcome!
911

1012
## Example: create a new project
1113

@@ -37,6 +39,19 @@ $ cabal run foo
3739
Hello, Haskell!
3840
```
3941

42+
## `ghc-mod`
43+
44+
`ghc-mod` will be installed fine on GHC 8.2.2 if you just add `ghc-mod` to your `deps` list, but it
45+
will have trouble finding the path to the `cabal-helper-wrapper` executable, which it needs
46+
in order to work. To fix this, just source the included `setup-ghc-mod.sh` script as follows:
47+
48+
```
49+
$ nix-shell
50+
$ source .rien/setup-ghc-mod.sh
51+
```
52+
53+
and you should be good to go.
54+
4055
## Example setup
4156

4257
```nix

0 commit comments

Comments
 (0)