Skip to content

Commit 5fda4d1

Browse files
Bump dependencies to newer GHC version (#56)
This pull request performs the necessary dependency bumps to test against GHC 9.12.
2 parents 7b8775f + d3936d9 commit 5fda4d1

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.github/workflows/build-haskell.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ jobs:
3333
- '9.6'
3434
- '9.8'
3535
- '9.10'
36-
include:
37-
- allow-failure: true
38-
os: ubuntu-latest
39-
cabal: '3.12'
40-
ghc: '9.12'
36+
- '9.12'
4137
steps:
4238
- name: Checkout
4339
uses: actions/checkout@v4

haskell/hyper-extra/hyper-extra.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ tested-with:
2020
, GHC == 8.10.7
2121
, GHC == 9.2.8
2222
, GHC == 9.4.7
23-
, GHC == 9.6.6
23+
, GHC == 9.6.7
2424
, GHC == 9.8.4
25-
, GHC == 9.10.1
25+
, GHC == 9.10.2
26+
, GHC == 9.12.2
2627

2728
source-repository head
2829
type: git
@@ -34,8 +35,8 @@ library
3435
default-language: Haskell2010
3536
build-depends:
3637
, base >= 4.6 && < 4.22
37-
, diagrams-lib >= 1.3 && < 1.5
38-
, diagrams-svg >= 1.4 && < 1.5
38+
, diagrams-lib >= 1.3 && < 1.6
39+
, diagrams-svg >= 1.4 && < 1.6
3940
, hyper >= 0.2 && < 0.3
4041
, QuickCheck >= 2.3.0.2 && < 2.16
4142
, svg-builder >= 0.1 && < 0.2

haskell/hyper-haskell-server/hyper-haskell-server.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ tested-with:
1919
, GHC == 8.10.7
2020
, GHC == 9.2.8
2121
, GHC == 9.4.7
22-
, GHC == 9.6.6
22+
, GHC == 9.6.7
2323
, GHC == 9.8.4
2424
, GHC == 9.10.1
25+
, GHC == 9.12.2
2526

2627
source-repository head
2728
type: git

haskell/hyper/hyper.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ tested-with:
1919
, GHC == 8.10.7
2020
, GHC == 9.2.8
2121
, GHC == 9.4.7
22-
, GHC == 9.6.6
22+
, GHC == 9.6.7
2323
, GHC == 9.8.4
24-
, GHC == 9.10.1
24+
, GHC == 9.10.2
25+
, GHC == 9.12.2
2526

2627
source-repository head
2728
type: git

0 commit comments

Comments
 (0)