Skip to content

Commit 6a0a501

Browse files
Update installation notes
1 parent 24c031b commit 6a0a501

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/mkDocs/docs/install.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,16 @@ LiquidHaskell itself is installed&enabled by adding it as a dependency in your p
2121

2222
Depending on your version of GHC, you might want to use a build of LiquidHaskell from github or from Hackage.
2323

24-
* `ghc-9.6.3`: use LiquidHaskell from github
24+
* `ghc-9.8.1`: use LiquidHaskell from github
25+
* `ghc-9.6.3`: use liquidhaskell-0.9.6.3 from Hackage
2526
* `ghc-9.4.7`: use liquidhaskell-0.9.4.7.0 from Hackage
2627
* `ghc-9.2.8`: use liquidhaskell-0.9.2.8.0 from Hackage
2728
* `ghc-9.2.5`: use liquidhaskell-0.9.2.5.0 from Hackage
28-
* `ghc-9.0.2`: use liquidhaskell-0.9.0.2.1 and liquid-base-0.4.15.1.0 from Hackage
29-
* `ghc-8.10.7`: use liquidhaskell-0.8.10.7 and liquid-base-0.4.15.0.0 from Hackage
3029

3130
Newer versions of GHC aren't supported yet.
3231

3332
To use liquidhaskell from Hackage, add `liquidhaskell` to the `build-depends`
34-
section of your `.cabal` file, as you would any other dependency. `liquid-base`
35-
needs to be added only if using a GHC version older than 9.2.5.
33+
section of your `.cabal` file, as you would any other dependency.
3634

3735
This causes `stack` (or `cabal`) to automatically:
3836

0 commit comments

Comments
 (0)