File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ ghci> ghci> Leaving GHCi.
8181On other Linux distributions or older Debian-based distributions, to use
8282Copilot you must install a Haskell compiler (GHC) and the package manager
8383Cabal. We currently support all versions of GHC from 8.6.5 to modern versions
84- (9.4 as of this writing). You can install the toolchain using
84+ (9.6 as of this writing). You can install the toolchain using
8585[ ghcup] ( https://www.haskell.org/ghcup/ ) or, if you are on Debian/Ubuntu,
8686directly with ` apt-get ` :
8787
@@ -111,7 +111,7 @@ ghci> ghci> Leaving GHCi.
111111
112112To use Copilot you must have a Haskell compiler (GHC) and the package manager
113113Cabal. We currently support all versions of GHC from 8.6.5 to modern versions
114- (9.4 as of this writing). You can install the toolchain using
114+ (9.6 as of this writing). You can install the toolchain using
115115[ ghcup] ( https://www.haskell.org/ghcup/ ) , as well as with Homebrew:
116116
117117``` sh
You can’t perform that action at this time.
0 commit comments