Skip to content

Commit 5cf155a

Browse files
authored
Merge pull request #94 from haskell-works/newhoggy/support-ghc-9.12.2
Support `ghc-9.12.2`
2 parents 1ca4c7f + 503246d commit 5cf155a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw-json-simd.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ copyright: 2018-2021 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
1515
build-type: Simple
16-
tested-with: GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
16+
tested-with: GHC == 9.12.2, GHC == 9.10.2, GHC == 9.8.4, GHC == 9.6.7
1717
extra-source-files: cbits/debug.h
1818
cbits/simd.h
1919
cbits/intrinsics.h
@@ -47,7 +47,7 @@ flag sse42
4747
common base { build-depends: base >= 4.11 && < 5 }
4848

4949
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.13 }
50-
common doctest { build-depends: doctest >= 0.16.2 && < 0.23 }
50+
common doctest { build-depends: doctest >= 0.16.2 && < 1 }
5151
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
5252
common hw-prim { build-depends: hw-prim >= 0.6.2.35 && < 0.7 }
5353
common lens { build-depends: lens >= 4 && < 6 }

0 commit comments

Comments
 (0)