1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

No more os(darwin) specific options

This commit is contained in:
Timothy Clem 2016-08-25 15:54:55 -07:00
parent f2a1c422d0
commit 24cb9f8d94

View File

@ -94,10 +94,7 @@ benchmark semantic-diff-bench
, recursion-schemes
, semantic-diff
, these
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static -pgml=script/g++
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static -pgml=script/g++
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude
@ -134,18 +131,9 @@ test-suite semantic-diff-test
, vector
, wl-pprint-text
, protolude
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
if os(darwin)
extra-libraries: stdc++ icuuc icudata icui18n
if os(darwin)
extra-lib-dirs: /usr/local/opt/icu4c/lib
if os(darwin)
include-dirs: /usr/local/opt/icu4c/include
source-repository head
type: git