Skip to content

Commit

Permalink
Upgrade to GHC 9.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Dec 1, 2023
1 parent c39db44 commit 257d772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"include": [
{
"arch": "amd64",
"ghc": "9.4.7"
"ghc": "9.4.8"
},
{
"arch": "amd64",
Expand All @@ -41,7 +41,7 @@
},
{
"arch": "arm64",
"ghc": "9.4.7"
"ghc": "9.4.8"
},
{
"arch": "arm64",
Expand Down Expand Up @@ -83,7 +83,7 @@
"strategy": {
"matrix": {
"ghc": [
"9.4.7",
"9.4.8",
"9.6.3",
"9.8.1"
]
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This Docker image provides a Haskell development environment with the following tools:

- [GHCup](https://www.haskell.org/ghcup/) version 0.1.20.0
- [GHC](https://www.haskell.org/ghc/) version 9.8.1, 9.6.3, or 9.4.7
- [GHC](https://www.haskell.org/ghc/) version 9.8.1, 9.6.3, or 9.4.8
- [Cabal](https://www.haskell.org/cabal/) version 3.10.2.0
- [Stack](https://docs.haskellstack.org/en/stable/) version 2.13.1
- [HLS](https://haskell-language-server.readthedocs.io/en/latest/) version 2.5.0.0
Expand Down

0 comments on commit 257d772

Please sign in to comment.