Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GHC support in INSTALL.md #597

Merged
merged 2 commits into from
Aug 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,13 @@ For example (cabal v3.x only):
$ cabal v2-install --package-env=default syb old-time split
$ make GHC="ghc -package-env default"

Bluespec compiler builds are tested with GHC 9.0.1.
GHC releases older than 7.10.1 are not supported.
Bluespec compiler builds are tested with GHC 9.2.8.
GHC releases older than 7.10.3 are not supported.

The source code has been written with extensive preprocessor macros to
support every minor release of GHC since 7.10, through 9.0. The source
has not yet been updated for 9.2 or beyond. Any releases in that
range should be fine. The stable releases of 8.10.7 and 9.0.1 (at the
time of writing) are known to work.
support every minor release of GHC since 7.10, through 9.6. Any releases
in that range should be fine.
The recommended version of GHC is 9.2 in its latest point release.

## Additional requirements

Expand Down Expand Up @@ -356,4 +355,4 @@ Language documentation, training, and tutorials can be found in the
[BSVlang repository](https://github.com/BSVLang/Main).

## Editors
Support for various editors for bs/bsv sources as well as language server support for the haskell sources for the bluespec compiler can be found in [./util](./util)
Support for various editors for bs/bsv sources as well as language server support for the haskell sources for the bluespec compiler can be found in [./util](./util)