Skip to content

Commit

Permalink
Add GHC 9.10.1 as a tested compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed Oct 15, 2024
1 parent f600f01 commit 383dd27
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
runs-on: ubuntu-20.04
timeout-minutes:
60
timeout-minutes: 60
container:
image: buildpack-deps:jammy
continue-on-error: ${{ matrix.allow-failure }}
strategy:
matrix:
include:
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
cabal.project.local*
dist/
dist-newstyle/
.direnv
.envrc
10 changes: 8 additions & 2 deletions aws-arn.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ extra-doc-files:
README.md

tested-with:
GHC ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.5 || ==9.6.6 || ==9.8.2
GHC ==8.10.7
|| ==9.0.2
|| ==9.2.5
|| ==9.4.5
|| ==9.6.6
|| ==9.8.2
|| ==9.10.1

common opts
default-language: Haskell2010
Expand All @@ -51,7 +57,7 @@ common opts

common deps
build-depends:
, base >=4.12 && <4.20
, base >=4.12 && <4.21
, deriving-compat >=0.5.10 && <0.7
, microlens-pro ^>=0.2
, profunctors >=5.0 && <5.7
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ghc94"
"ghc96"
"ghc98"
"ghc910"
];
defaultCompiler = "ghc96";
};
Expand Down

0 comments on commit 383dd27

Please sign in to comment.