[fix] Update the version in the installation section of README.md.

This commit is contained in:
Yamada Ryo 2024-11-04 04:23:33 +09:00
parent 7cd4ebc6f6
commit cee835bfe8
No known key found for this signature in database
GPG Key ID: AAE3C7A542B02DBF

View File

@ -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