Skip to content

Commit 3d40f1c

Browse files
authored
Merge pull request #6 from acilearning/2022-08-22-ghc-9.4.2
Upgrade to GHC 9.4.2
2 parents e2bb5fe + f3f68a9 commit 3d40f1c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
include:
88
- { ghc: 9.0.2, hls: 1.7.0.0 }
99
- { ghc: 9.2.4, hls: '' }
10-
- { ghc: 9.4.1, hls: '' }
10+
- { ghc: 9.4.2, hls: '' }
1111
name: Docker with GHC ${{ matrix.ghc }}
1212
runs-on: ubuntu-latest
1313
steps:

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ This Docker image provides a Haskell development environment with the following
77
- [Cabal](https://www.haskell.org/cabal/)
88
- [Stack](https://docs.haskellstack.org/en/stable/README/)
99
- [HLS](https://haskell-language-server.readthedocs.io/en/latest/)
10+
- Note that HLS is not available for all versions of GHC.

0 commit comments

Comments
 (0)