We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2bb5fe + f3f68a9 commit 3d40f1cCopy full SHA for 3d40f1c
.github/workflows/workflow.yaml
@@ -7,7 +7,7 @@ jobs:
7
include:
8
- { ghc: 9.0.2, hls: 1.7.0.0 }
9
- { ghc: 9.2.4, hls: '' }
10
- - { ghc: 9.4.1, hls: '' }
+ - { ghc: 9.4.2, hls: '' }
11
name: Docker with GHC ${{ matrix.ghc }}
12
runs-on: ubuntu-latest
13
steps:
LICENSE renamed to LICENSE.txt
README.markdown
@@ -7,3 +7,4 @@ This Docker image provides a Haskell development environment with the following
- [Cabal](https://www.haskell.org/cabal/)
- [Stack](https://docs.haskellstack.org/en/stable/README/)
- [HLS](https://haskell-language-server.readthedocs.io/en/latest/)
+ - Note that HLS is not available for all versions of GHC.
0 commit comments