1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

Enable FlexibleContexts for the tests.

This commit is contained in:
Rob Rix 2016-08-11 12:29:17 -04:00
parent fd6701973f
commit 2477a40b6c

View File

@ -136,7 +136,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, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards
if os(darwin)
extra-libraries: stdc++ icuuc icudata icui18n
if os(darwin)