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

Revert "Enable FlexibleContexts for the tests."

This reverts commit 1c0007137862d4c263d75225c7ff579c574c48b1.
This commit is contained in:
Rob Rix 2016-08-10 09:44:55 -04:00
parent 959f15198c
commit b97b422cfb

View File

@ -135,7 +135,7 @@ test-suite semantic-diff-test
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
if os(darwin)
extra-libraries: stdc++ icuuc icudata icui18n
if os(darwin)