Skip to content

Commit 565d016

Browse files
committed
copilot: Update version of GHC in README. Refs #590.
Copilot is currently able to work with GHC 9.10, but the README still indicates that it is compatible with versions up to 9.8. This commit updates the installation instructions to reflect that Copilot is compatible with versions of GHC 9.10 as of this writing.
1 parent da787ad commit 565d016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copilot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ghci> ghci> Leaving GHCi.
100100
On other Linux distributions or older Debian-based distributions, to use
101101
Copilot you must install a Haskell compiler (GHC) and the package manager
102102
Cabal. We currently support all versions of GHC from 8.6.5 to modern versions
103-
(9.8 as of this writing). You can install the toolchain using
103+
(9.10 as of this writing). You can install the toolchain using
104104
[ghcup](https://www.haskell.org/ghcup/) or, if you are on Debian/Ubuntu,
105105
you can use `apt-get` to install all dependencies as follows:
106106

0 commit comments

Comments
 (0)