summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/template-haskell.cabal
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-12-14 18:06:35 +0000
committersimonpj@microsoft.com <unknown>2010-12-14 18:06:35 +0000
commit37912e669ff97afe2b92f4d30edb2a10bec427b1 (patch)
tree6321a036f005bc5b4c43f0d1387652c13a33dd17 /libraries/template-haskell/template-haskell.cabal
parent8eed780e5930d5c66d4eccc03964db80fa28bc8e (diff)
downloadhaskell-37912e669ff97afe2b92f4d30edb2a10bec427b1.tar.gz
Put FlexibleInstances in PprLib alone
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 827b21604f..3a0debd018 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -21,7 +21,7 @@ Library
Language.Haskell.TH.Quote
Language.Haskell.TH
extensions: MagicHash, PatternGuards, PolymorphicComponents,
- DeriveDataTypeable, TypeSynonymInstances
+ DeriveDataTypeable
-- We need to set the package name to template-haskell (without a
-- version number) as it's magic.
ghc-options: -package-name template-haskell