1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +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
, vector
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"
executable semantic-diff-exe
@ -100,7 +100,7 @@ test-suite semantic-diff-test
, quickcheck-text
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
default-extensions: OverloadedStrings
default-extensions: DeriveGeneric, OverloadedStrings
source-repository head
type: git