Skip to content

Commit e234f1b

Browse files
Merge branch 'develop-readme-ghc9.10'. Close #590.
**Description** 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. That needs to be updated. **Type** - Maintenace: Update README to reflect compatibility with new version of the compiler. **Additional context** None. **Requester** - Ivan Perez. **Method to check presence of bug** Not applicable (not a bug). **Expected result** The README indicates that Copilot is compatible with versions of GHC up to 9.10 (as of this writing). **Solution implemented** Update mention of the GHC version in the README to 9.10. **Further notes** None.
2 parents da787ad + c1829da commit e234f1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

copilot/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2025-01-30
1+
2025-01-31
22
* Include missing dependencies in installation instructions. (#591)
3+
* Update version of GHC in README. (#590)
34

45
2025-01-07
56
* Version bump (4.2). (#577)

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)