Skip to content

Commit a1090fe

Browse files
copilot: Update README to reflect support for GHC 9.8. Refs #518.
A recent update to copilot-language makes all of Copilot compatible with GHC 9.8. This commit updates the README to reflect such compatibility.
1 parent c603bc8 commit a1090fe

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
@@ -81,7 +81,7 @@ ghci> ghci> Leaving GHCi.
8181
On other Linux distributions or older Debian-based distributions, to use
8282
Copilot you must install a Haskell compiler (GHC) and the package manager
8383
Cabal. We currently support all versions of GHC from 8.6.5 to modern versions
84-
(9.6 as of this writing). You can install the toolchain using
84+
(9.8 as of this writing). You can install the toolchain using
8585
[ghcup](https://www.haskell.org/ghcup/) or, if you are on Debian/Ubuntu,
8686
directly with `apt-get`:
8787

0 commit comments

Comments
 (0)