Add an extensions line for TH
This commit is contained in:
parent
5fb40434e9
commit
f04c4c456c
@ -91,6 +91,9 @@ library
|
|||||||
-- This looks like a GHC bug
|
-- This looks like a GHC bug
|
||||||
extensions: MultiParamTypeClasses
|
extensions: MultiParamTypeClasses
|
||||||
|
|
||||||
|
-- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443
|
||||||
|
extensions: TemplateHaskell
|
||||||
|
|
||||||
test-suite tests
|
test-suite tests
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: test.hs
|
main-is: test.hs
|
||||||
@ -118,6 +121,7 @@ test-suite tests
|
|||||||
, lifted-base
|
, lifted-base
|
||||||
, resourcet
|
, resourcet
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
extensions: TemplateHaskell
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user