Skip to content

Commit dc9a332

Browse files
committed
Fix internal icu cabal file
1 parent 091b440 commit dc9a332

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

experimental/icu/icu.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ copyright: 2023 Composewell Technologies and Contributors
1414
category: Data,Text,Unicode
1515
stability: Experimental
1616
build-type: Simple
17+
extra-source-files:
18+
cbits/icu.c
19+
cbits/icu.h
1720

1821
source-repository head
1922
type: git
@@ -48,9 +51,6 @@ common compile-options
4851
-fwarn-tabs
4952
default-language: Haskell2010
5053

51-
extra-source-files:
52-
cbits/icu.h
53-
5454
library
5555
import: default-extensions, compile-options
5656
if flag(has-icu)

0 commit comments

Comments
 (0)