Skip to content

Commit

Permalink
Add Stack setup for GHC 9.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed May 31, 2024
1 parent 1088e3c commit 9c2b407
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- os:
runner: "ubuntu-latest"
stack-yaml: "stack.ghc-8.10.yaml"
- os:
runner: "ubuntu-latest"
stack-yaml: "stack.ghc-9.2.yaml"
fail-fast: false
name: ${{ matrix.os.runner }} - ${{ matrix.stack-yaml }}
runs-on: ${{ matrix.os.runner }}
Expand Down
24 changes: 24 additions & 0 deletions stack.ghc-9.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
resolver: lts-21.25
packages:
- dhall
- dhall-bash
- dhall-csv
- dhall-docs
- dhall-json
- dhall-lsp-server
- dhall-nix
- dhall-openapi
- dhall-toml
- dhall-yaml
extra-deps:
- hnix-0.17.0@sha256:57e172f915d70be2dd88c6377caebe8bd63337123ffef42df49b05dc0b1f168b,19224
- lsp-2.1.0.0@sha256:ef6fc28eac6dc27672cd8471c9f83f14de646a9c1fcaf993a451d2ae4de274e8,3533
- tomland-1.3.3.2@sha256:8dd15cd2e8178a9bc3c3db4ef53e706e36ee093417a98b1d26131524629c3c07,9483
nix:
packages:
- ncurses
- zlib
flags:
# https://github.com/RyanGlScott/mintty/issues/4
mintty:
Win32-2-13-1: false
2 changes: 1 addition & 1 deletion stack.yaml

0 comments on commit 9c2b407

Please sign in to comment.