Skip to content

Commit 3dedc28

Browse files
committed
update documentation for latest supported GHC
1 parent 3481782 commit 3dedc28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Project:M36 supports multiple frontends which target different audiences.
107107

108108
## Development
109109

110-
Project:M36 is developed in Haskell and compiled with GHC 8.8 or later.
110+
Project:M36 is developed in Haskell and compiled with GHC 9.2 or later.
111111

112112
## Related Projects
113113

docs/introduction_to_projectm36.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Requirements:
5151

5252
To build with stack:
5353

54-
* [GHC 8.10.7 or greater](https://www.haskell.org/downloads)
54+
* [GHC 9.2 or greater](https://www.haskell.org/downloads)
5555
* [Haskell stack](https://docs.haskellstack.org/en/stable/README/)
5656
* Linux, macOS, or Microsoft Windows
5757

@@ -63,7 +63,7 @@ Compilation steps:
6363

6464
At this point, the TutorialD interactive interpreter can be run using ```stack exec tutd```.
6565

66-
Alternative building with GHC 8.6.5 or greater:
66+
Alternative building with GHC 9.2 or greater:
6767

6868
* ```cabal new-build```
6969

0 commit comments

Comments
 (0)