Skip to content
Snippets Groups Projects
Commit 6822410e authored by andreas.abel's avatar andreas.abel
Browse files

Relax base bound for GHC 9.12; bump CI to GHC 9.10

Also relax QuickCheck bound.
parent efde5a7a
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8'] ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
include: include:
- os: windows-latest - os: windows-latest
ghc: 'latest' ghc: 'latest'
......
...@@ -28,8 +28,9 @@ Tested-With: ...@@ -28,8 +28,9 @@ Tested-With:
GHC == 9.0.2 GHC == 9.0.2
GHC == 9.2.8 GHC == 9.2.8
GHC == 9.4.8 GHC == 9.4.8
GHC == 9.6.4 GHC == 9.6.6
GHC == 9.8.2 GHC == 9.8.2
GHC == 9.10.1
Library Library
Default-Language: Haskell2010 Default-Language: Haskell2010
...@@ -57,7 +58,7 @@ Library ...@@ -57,7 +58,7 @@ Library
Data.Primitive.Internal.Operations Data.Primitive.Internal.Operations
Data.Primitive.Internal.Read Data.Primitive.Internal.Read
Build-Depends: base >= 4.9 && < 4.21 Build-Depends: base >= 4.9 && < 4.22
, deepseq >= 1.1 && < 1.6 , deepseq >= 1.1 && < 1.6
, transformers >= 0.5 && < 0.7 , transformers >= 0.5 && < 0.7
, template-haskell >= 2.11 , template-haskell >= 2.11
...@@ -90,7 +91,7 @@ test-suite test-qc ...@@ -90,7 +91,7 @@ test-suite test-qc
, ghc-prim , ghc-prim
, primitive , primitive
, quickcheck-classes-base >= 0.6 && <0.7 , quickcheck-classes-base >= 0.6 && <0.7
, QuickCheck >= 2.13 && < 2.15 , QuickCheck >= 2.13 && < 2.16
, tasty >= 1.2 && < 1.6 , tasty >= 1.2 && < 1.6
, tasty-quickcheck , tasty-quickcheck
, tagged , tagged
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment