Skip to content

Commit 95c8cea

Browse files
committed
Revert GHC9.10.1 changes
1 parent 236838a commit 95c8cea

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@ jobs:
2020
linux:
2121
name: Haskell-CI - Linux - ${{ matrix.compiler }}
2222
runs-on: ubuntu-20.04
23-
timeout-minutes:
24-
60
23+
timeout-minutes: 60
2524
container:
2625
image: buildpack-deps:jammy
2726
continue-on-error: ${{ matrix.allow-failure }}
2827
strategy:
2928
matrix:
3029
include:
31-
- compiler: ghc-9.10.1
32-
compilerKind: ghc
33-
compilerVersion: 9.10.1
34-
setup-method: ghcup
35-
allow-failure: false
3630
- compiler: ghc-9.8.2
3731
compilerKind: ghc
3832
compilerVersion: 9.8.2

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"ghc94"
1414
"ghc96"
1515
"ghc98"
16-
"ghc910"
1716
];
1817
defaultCompiler = "ghc96";
1918
};

servant-activeresource.cabal

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ extra-doc-files:
2424
README.md
2525

2626
tested-with:
27-
GHC ==8.10.7
28-
|| ==9.0.2
29-
|| ==9.2.4
30-
|| ==9.4.5
31-
|| ==9.6.6
32-
|| ==9.8.2
33-
|| ==9.10.1
27+
GHC ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.6 || ==9.8.2
3428

3529
source-repository head
3630
type: git
@@ -48,7 +42,7 @@ common opts
4842
common deps
4943
build-depends:
5044
, aeson ^>=2.1.1.0 || ^>=2.2
51-
, base >=4.14 && <4.21
45+
, base >=4.14 && <4.20
5246
, bytestring >=0.10.12 && <0.13
5347
, containers ^>=0.6 || ^>=0.7
5448
, servant >=0.19 && <0.21

0 commit comments

Comments
 (0)