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:
parent
fd6701973f
commit
2477a40b6c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user