Skip to content

Commit 84a0280

Browse files
TristanCacqueraykonsumlamm
authored andcommitted
Allow base-4.18
1 parent 0ae22f1 commit 84a0280

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
strategy:
2727
matrix:
2828
include:
29+
- compiler: ghc-9.6.1
30+
allow-failure: false
2931
- compiler: ghc-9.0.1
3032
allow-failure: false
3133
- compiler: ghc-8.10.4

parallel.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ synopsis: Parallel programming library
99
category: Control, Parallelism
1010
build-type: Simple
1111
cabal-version: >=1.10
12-
tested-with: GHC==9.0.1, GHC==8.10.4, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
12+
tested-with: GHC==9.6.1, GHC==9.0.1, GHC==8.10.4, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
1313
description:
1414
This package provides a library for parallel programming.
1515
.
@@ -43,7 +43,7 @@ library
4343

4444
build-depends:
4545
array >= 0.3 && < 0.6,
46-
base >= 4.3 && < 4.17,
46+
base >= 4.3 && < 4.19,
4747
containers >= 0.4 && < 0.7,
4848
deepseq >= 1.1 && < 1.5
4949

0 commit comments

Comments
 (0)