diff --git a/unicode-data/test/Unicode/CharSpec.hs b/unicode-data/test/Unicode/CharSpec.hs index 77acf401..91461779 100644 --- a/unicode-data/test/Unicode/CharSpec.hs +++ b/unicode-data/test/Unicode/CharSpec.hs @@ -37,6 +37,7 @@ does not match the version of this package. | 9.2.[1-6] | 4.16.0 | 14.0 | | 9.4.[1-4] | 4.17.0 | 14.0 | | 9.6.1 | 4.18.0 | 15.0 | +| 9.8.1 | 4.19.0 | 15.1 | +-------------+----------------+-----------------+ -} diff --git a/unicode-data/unicode-data.cabal b/unicode-data/unicode-data.cabal index ea2d9481..59da5f05 100644 --- a/unicode-data/unicode-data.cabal +++ b/unicode-data/unicode-data.cabal @@ -124,7 +124,7 @@ test-suite test , unicode-data -- We need to match a GHC version with the same Unicode version. -- See: test/Unicode/CharSpec.hs for compatibility table. - if impl(ghc >= 9.6.0) + if impl(ghc >= 9.6.0 && ghc < 9.8.0) cpp-options: -DCOMPATIBLE_GHC_UNICODE benchmark bench