mirror of
https://github.com/github/semantic.git
synced 2024-12-24 07:25:44 +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
|
||||
, text >= 1.2.1.3
|
||||
, 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-extensions: DeriveGeneric, OverloadedStrings
|
||||
if os(darwin)
|
||||
|
Loading…
Reference in New Issue
Block a user