Skip to content

Commit

Permalink
Add GHC 9.10.1 as a tested compiler - but it fails because of sol/cal…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwebb76 committed Oct 15, 2024
1 parent eb54159 commit 236838a
Showing 4 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,11 @@ jobs:
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -3,3 +3,5 @@
dist-newstyle/
dist/
result
.direnv
.envrc
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
"ghc94"
"ghc96"
"ghc98"
"ghc910"
];
defaultCompiler = "ghc96";
};
12 changes: 9 additions & 3 deletions servant-activeresource.cabal
Original file line number Diff line number Diff line change
@@ -24,7 +24,13 @@ extra-doc-files:
README.md

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

source-repository head
type: git
@@ -42,12 +48,12 @@ common opts
common deps
build-depends:
, aeson ^>=2.1.1.0 || ^>=2.2
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, bytestring >=0.10.12 && <0.13
, containers ^>=0.6 || ^>=0.7
, servant >=0.19 && <0.21
, servant-server >=0.19 && <0.21
, template-haskell >=2.16 && <2.22
, template-haskell >=2.16 && <2.23
, text ^>=1.2 || >=2.0 && <=2.2

library

0 comments on commit 236838a

Please sign in to comment.