mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Merge pull request #394 from github/static-icu
Build ICU as a static library
This commit is contained in:
commit
af908fce1b
19
.gitignore
vendored
19
.gitignore
vendored
@ -7,3 +7,22 @@ xcuserdata
|
||||
.stack-work
|
||||
semantic-diff-profile.*
|
||||
tags
|
||||
|
||||
vendor/icu/tools
|
||||
vendor/icu/lib
|
||||
vendor/icu/layoutex
|
||||
vendor/icu/layout
|
||||
vendor/icu/i18n
|
||||
vendor/icu/test/
|
||||
vendor/icu/stubdata/
|
||||
vendor/icu/samples/
|
||||
vendor/icu/io/
|
||||
vendor/icu/icudefs.mk
|
||||
vendor/icu/extra/
|
||||
vendor/icu/data/
|
||||
vendor/icu/config/
|
||||
vendor/icu/config.status
|
||||
vendor/icu/config.log
|
||||
vendor/icu/common/
|
||||
vendor/icu/bin/
|
||||
vendor/icu/Makefile
|
||||
|
@ -65,6 +65,7 @@ executable semantic-diff-exe
|
||||
, text-icu
|
||||
default-language: Haskell2010
|
||||
default-extensions: OverloadedStrings
|
||||
extra-libraries: stdc++
|
||||
|
||||
executable semantic-diff-profile
|
||||
hs-source-dirs: app
|
||||
@ -87,6 +88,7 @@ executable semantic-diff-profile
|
||||
, text-icu
|
||||
default-extensions: OverloadedStrings
|
||||
default-language: Haskell2010
|
||||
extra-libraries: stdc++
|
||||
|
||||
test-suite semantic-diff-test
|
||||
type: exitcode-stdio-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user