Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6c0bced

Browse files
update ghc version in readme
1 parent a04b6cb commit 6c0bced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The project consists of GHC **wpc-plugin** and the corresponding **External STG IR** and **tooling**.
44

55

6-
The wpc-plugin is a compiler plugin for GHC 9.6 or newer. It exports the STG IR `(.modpak)` for the compiled modules and linker metadata (`.ghc_stgapp`) at application link time.
6+
The wpc-plugin is a compiler plugin for GHC 9.10 or newer. It exports the STG IR `(.modpak)` for the compiled modules and linker metadata (`.ghc_stgapp`) at application link time.
77

88
<img height="350" src="https://user-images.githubusercontent.com/877489/114280753-0d311300-9a3b-11eb-8d50-facad35f0e9a.png"/>
99

@@ -42,7 +42,7 @@ The wpc-plugin is a compiler plugin for GHC 9.6 or newer. It exports the STG IR
4242
cabal install zip-cmd
4343
```
4444
2. Compile the `wpc-plugin`
45-
The `wpc-plugin` has a speparate `stack.yaml` because it uses the plugin API of `GHC 9.6.1`.
45+
The `wpc-plugin` has a speparate `stack.yaml` because it uses the plugin API of `GHC 9.10.3`.
4646
```
4747
cd wpc-plugin
4848
stack build
@@ -53,7 +53,7 @@ The wpc-plugin is a compiler plugin for GHC 9.6 or newer. It exports the STG IR
5353
```
5454

5555
## Usage
56-
It is required to use GHC 9.6.1.
56+
It is required to use GHC 9.10.3.
5757

5858
#### cabal
5959
Add the following lines to your project's `cabal.project`:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /