1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 09:55:52 +03:00

Revert "Don’t link ICU (to compare the errors)."

This reverts commit 2e6ce0b97b1ccf8f95c8086b5e75d8b6ed23cee0.
This commit is contained in:
Rob Rix 2016-01-11 13:07:47 -05:00
parent b986780045
commit ef3efba294

View File

@ -68,7 +68,7 @@ executable semantic-diff-exe
, text-icu
default-language: Haskell2010
default-extensions: OverloadedStrings
extra-libraries: stdc++ --icuuc icudata icui18n
extra-libraries: stdc++ icuuc icudata icui18n
test-suite semantic-diff-test
type: exitcode-stdio-1.0