1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Remove OverloadedStrings from the default extensions.

This commit is contained in:
Rob Rix 2016-01-04 09:28:16 -05:00
parent 9f31e74988
commit dc9113aa6d

View File

@ -43,7 +43,6 @@ library
, c-storable-deriving , c-storable-deriving
, vector , vector
default-language: Haskell2010 default-language: Haskell2010
default-extensions: OverloadedStrings
ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1" ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1"
executable semantic-diff-exe executable semantic-diff-exe
@ -62,7 +61,6 @@ executable semantic-diff-exe
, directory , directory
, text-icu , text-icu
default-language: Haskell2010 default-language: Haskell2010
default-extensions: OverloadedStrings
executable semantic-diff-profile executable semantic-diff-profile
hs-source-dirs: app hs-source-dirs: app
@ -82,7 +80,6 @@ executable semantic-diff-profile
, text >= 1.2.1.3 , text >= 1.2.1.3
, directory , directory
, text-icu , text-icu
default-extensions: OverloadedStrings
default-language: Haskell2010 default-language: Haskell2010
test-suite semantic-diff-test test-suite semantic-diff-test
@ -100,7 +97,6 @@ test-suite semantic-diff-test
, quickcheck-text , quickcheck-text
ghc-options: -threaded -rtsopts -with-rtsopts=-N ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010 default-language: Haskell2010
default-extensions: OverloadedStrings
source-repository head source-repository head
type: git type: git