Add an extensions line for TH

This commit is contained in:
Michael Snoyman 2013-10-15 09:17:33 +03:00
parent 5fb40434e9
commit f04c4c456c

View File

@ -91,6 +91,9 @@ library
-- This looks like a GHC bug
extensions: MultiParamTypeClasses
-- Workaround for: http://ghc.haskell.org/trac/ghc/ticket/8443
extensions: TemplateHaskell
test-suite tests
type: exitcode-stdio-1.0
main-is: test.hs
@ -118,6 +121,7 @@ test-suite tests
, lifted-base
, resourcet
ghc-options: -Wall
extensions: TemplateHaskell
source-repository head
type: git