diff options
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
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 |