Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions experimental/icu/icu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading