mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
Set the correct flags
This commit is contained in:
parent
f743eef743
commit
8df993408d
@ -148,7 +148,10 @@ test-suite semantic-diff-test
|
|||||||
, semantic-diff
|
, semantic-diff
|
||||||
, text >= 1.2.1.3
|
, text >= 1.2.1.3
|
||||||
, quickcheck-text
|
, quickcheck-text
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
if os(darwin)
|
||||||
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
|
else
|
||||||
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -pgml=script/g++
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
default-extensions: DeriveGeneric, OverloadedStrings
|
default-extensions: DeriveGeneric, OverloadedStrings
|
||||||
if os(darwin)
|
if os(darwin)
|
||||||
|
Loading…
Reference in New Issue
Block a user