Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
include:
- { ghc: 9.0.2, hls: 1.7.0.0 }
- { ghc: 9.2.4, hls: '' }
- { ghc: 9.4.1, hls: '' }
- { ghc: 9.4.2, hls: '' }
name: Docker with GHC ${{ matrix.ghc }}
runs-on: ubuntu-latest
steps:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.