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

Revert "Remove the deriving extensions from the cabal file."

This reverts commit e9f5bd112d55aff2523d8f1b1436bd1e4c70f01a.
This commit is contained in:
Rob Rix 2016-01-04 12:04:12 -05:00
parent b92ae5159d
commit d79c6084b1

View File

@ -43,7 +43,7 @@ library
, c-storable-deriving , c-storable-deriving
, vector , vector
default-language: Haskell2010 default-language: Haskell2010
default-extensions: OverloadedStrings default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, 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
@ -100,7 +100,7 @@ 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 default-extensions: DeriveGeneric, OverloadedStrings
source-repository head source-repository head
type: git type: git