File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,16 @@ LiquidHaskell itself is installed&enabled by adding it as a dependency in your p
21
21
22
22
Depending on your version of GHC, you might want to use a build of LiquidHaskell from github or from Hackage.
23
23
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
25
26
* ` ghc-9.4.7 ` : use liquidhaskell-0.9.4.7.0 from Hackage
26
27
* ` ghc-9.2.8 ` : use liquidhaskell-0.9.2.8.0 from Hackage
27
28
* ` 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
30
29
31
30
Newer versions of GHC aren't supported yet.
32
31
33
32
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.
36
34
37
35
This causes ` stack ` (or ` cabal ` ) to automatically:
38
36
You can’t perform that action at this time.
0 commit comments