Skip to content

Commit ce36e40

Browse files
committed
Tested with ghc-9.12.2
1 parent 987e924 commit ce36e40

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2", "8.10.7"]
20+
ghc: ["9.12.2", "9.10.2", "9.8.4", "9.6.7"]
2121
os: [ubuntu-latest, macOS-latest, windows-latest]
2222

2323
env:

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
packages: .
2+
3+
allow-newer:
4+
hedgehog:template-haskell,
5+
doctest:ghc,

hw-xml.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ copyright: 2016-2021 John Ky
1414
, 2016-2019 Alexey Raga
1515
license: BSD-3-Clause
1616
license-file: LICENSE
17-
tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
17+
tested-with: GHC == 9.12.2, GHC == 9.10.2, GHC == 9.8.4, GHC == 9.6.7, GHC == 9.4.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
1818
build-type: Simple
1919
extra-source-files: README.md
2020
data-files: data/catalog.xml
@@ -36,8 +36,8 @@ common deepseq { build-depends: deepseq >=
3636
common doctest { build-depends: doctest >= 0.16.2 && < 0.23 }
3737
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
3838
common generic-lens { build-depends: generic-lens >= 2.2 && < 2.3 }
39-
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 0.12 }
40-
common hedgehog { build-depends: hedgehog >= 1.0 && < 1.5 }
39+
common ghc-prim { build-depends: ghc-prim >= 0.5 && < 1 }
40+
common hedgehog { build-depends: hedgehog >= 1.0 && < 2 }
4141
common hspec { build-depends: hspec >= 2.5 && < 3 }
4242
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.1 && < 0.5 }
4343
common hw-bits { build-depends: hw-bits >= 0.7.0.9 && < 0.8 }

0 commit comments

Comments
 (0)