Skip to content

Commit

Permalink
Merge pull request #11 from konn/konn/ghc-9.10
Browse files Browse the repository at this point in the history
Adds GHC 9.10
  • Loading branch information
konn authored May 17, 2024
2 parents cfcc40f + 5e2cee3 commit 87404a7
Show file tree
Hide file tree
Showing 6 changed files with 3,454 additions and 412 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
configs: ${{ steps.enumerate.outputs.configs }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Enumerate Configs
id: enumerate
run: |
Expand All @@ -37,8 +37,8 @@ jobs:
continue-on-error: false

steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v2
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
enable-stack: false
Expand Down
28 changes: 28 additions & 0 deletions ci-configs/ghc-9.10.1.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import: cabal.project
index-state: hackage.haskell.org 2024-05-17T11:21:58Z
with-compiler: ghc-9.10.1
constraints: array ==0.5.7.0,
base ==4.20.0.0,
containers ==0.6.8,
deepseq ==1.5.0.0,
ghc-bignum ==1.3,
ghc-boot-th ==9.10.1,
ghc-internal ==9.1001.0,
ghc-prim ==0.11.0,
mtl ==2.3.1,
ordered-containers ==0.2.3,
pretty ==1.1.3.6,
rts ==1.0.2,
safe ==0.3.21,
syb ==0.7.2.4,
template-haskell ==2.22.0.0,
th-abstraction ==0.7.0.0,
th-compat ==0.1.5,
th-desugar ==1.17,
th-expand-syns ==0.4.11.0,
th-lift ==0.8.4,
th-orphans ==0.13.14,
th-reify-many ==0.1.10,
transformers ==0.6.1.1,
transformers-compat ==0.7.2,
void ==0.7.3,
Loading

0 comments on commit 87404a7

Please sign in to comment.