diff --git a/experimental/icu/icu.cabal b/experimental/icu/icu.cabal index 3cd09123..502358fd 100644 --- a/experimental/icu/icu.cabal +++ b/experimental/icu/icu.cabal @@ -14,6 +14,9 @@ copyright: 2023 Composewell Technologies and Contributors category: Data,Text,Unicode stability: Experimental build-type: Simple +extra-source-files: + cbits/icu.c + cbits/icu.h source-repository head type: git @@ -48,9 +51,6 @@ common compile-options -fwarn-tabs default-language: Haskell2010 -extra-source-files: - cbits/icu.h - library import: default-extensions, compile-options if flag(has-icu) diff --git a/experimental/unicode-data-text/unicode-data-text.cabal b/experimental/unicode-data-text/unicode-data-text.cabal index 5b73f695..bf664710 100644 --- a/experimental/unicode-data-text/unicode-data-text.cabal +++ b/experimental/unicode-data-text/unicode-data-text.cabal @@ -95,7 +95,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.23, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.5, + tasty-bench >= 0.2.5 && < 0.6, tasty >= 1.4.1 && < 1.6, text >= 1.2.4 && < 2.2, unicode-data >= 0.8 && < 0.9, diff --git a/unicode-data-names/unicode-data-names.cabal b/unicode-data-names/unicode-data-names.cabal index 9de454c3..725be0f3 100644 --- a/unicode-data-names/unicode-data-names.cabal +++ b/unicode-data-names/unicode-data-names.cabal @@ -175,7 +175,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.23, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.5, + tasty-bench >= 0.2.5 && < 0.6, tasty >= 1.4.1 && < 1.6, unicode-data >= 0.8 && < 0.9, unicode-data-names diff --git a/unicode-data-scripts/unicode-data-scripts.cabal b/unicode-data-scripts/unicode-data-scripts.cabal index a691b7d9..256931ac 100644 --- a/unicode-data-scripts/unicode-data-scripts.cabal +++ b/unicode-data-scripts/unicode-data-scripts.cabal @@ -120,7 +120,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.23, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.5, + tasty-bench >= 0.2.5 && < 0.6, tasty >= 1.4.1 && < 1.6, unicode-data-scripts if impl(ghc < 9.0) diff --git a/unicode-data-security/unicode-data-security.cabal b/unicode-data-security/unicode-data-security.cabal index 7c2f447e..2856fb06 100644 --- a/unicode-data-security/unicode-data-security.cabal +++ b/unicode-data-security/unicode-data-security.cabal @@ -111,7 +111,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.23, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.5, + tasty-bench >= 0.2.5 && < 0.6, tasty >= 1.4.1, unicode-data-security -- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness diff --git a/unicode-data/unicode-data.cabal b/unicode-data/unicode-data.cabal index c46da597..a3e0485e 100644 --- a/unicode-data/unicode-data.cabal +++ b/unicode-data/unicode-data.cabal @@ -161,7 +161,7 @@ benchmark bench build-depends: base >= 4.7 && < 4.23, deepseq >= 1.1 && < 1.6, - tasty-bench >= 0.2.5 && < 0.5, + tasty-bench >= 0.2.5 && < 0.6, tasty >= 1.4.1 && < 1.6, unicode-data if impl(ghc < 9.0)