mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-26 11:32:21 +03:00
[fix] Update the version in the installation section of README.md.
This commit is contained in:
parent
7cd4ebc6f6
commit
cee835bfe8
@ -107,7 +107,7 @@ There may be significant changes and potential bugs.
|
||||
```console
|
||||
$ cabal update
|
||||
```
|
||||
2. Add `heftia-effects ^>= 0.4` and `ghc-typelits-knownnat ^>= 0.7` to the build dependencies. Enable the [ghc-typelits-knownnat](https://hackage.haskell.org/package/ghc-typelits-knownnat) plugin, `GHC2021`, and the following language extensions as needed:
|
||||
2. Add `heftia-effects ^>= 0.5` and `ghc-typelits-knownnat ^>= 0.7` to the build dependencies. Enable the [ghc-typelits-knownnat](https://hackage.haskell.org/package/ghc-typelits-knownnat) plugin, `GHC2021`, and the following language extensions as needed:
|
||||
|
||||
* `LambdaCase`
|
||||
* `DerivingStrategies`
|
||||
@ -125,7 +125,7 @@ Example .cabal:
|
||||
...
|
||||
build-depends:
|
||||
...
|
||||
heftia-effects ^>= 0.4,
|
||||
heftia-effects ^>= 0.5,
|
||||
ghc-typelits-knownnat ^>= 0.7,
|
||||
|
||||
default-language: GHC2021
|
||||
|
Loading…
Reference in New Issue
Block a user