1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Revert "We don’t need to use g++ on Linux for the tests. I think."

This reverts commit 6ac237bb0b4e301db0b49bd35d894a7923bbf9e1.
This commit is contained in:
Rob Rix 2016-03-01 08:23:42 -05:00
parent 05b6e3a5f7
commit 7c179d55c4

View File

@ -79,7 +79,10 @@ test-suite semantic-diff-test
, quickcheck-text
, semantic-diff
, text >= 1.2.1.3
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
default-language: Haskell2010
default-extensions: DeriveGeneric, OverloadedStrings
if os(darwin)