1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00

Merge branch 'master' into 08-22-weekly

This commit is contained in:
Rick Winfrey 2016-08-22 10:33:28 -05:00
commit 8c6fe30a08

View File

@ -94,7 +94,10 @@ benchmark semantic-diff-bench
, recursion-schemes , recursion-schemes
, semantic-diff , semantic-diff
, these , these
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static -pgml=script/g++
default-language: Haskell2010 default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude default-extensions: OverloadedStrings, NoImplicitPrelude