diff options
author | Ian Lynagh <igloo@earth.li> | 2008-06-16 23:30:16 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-06-16 23:30:16 +0000 |
commit | c2986e0653592ab0a80002ea68b6d1d3084f5342 (patch) | |
tree | 79c7010ae91c7d0ed47ef8929abc2009d404dbb9 /libraries/template-haskell/template-haskell.cabal | |
parent | 0f49db33688ecfc8fb5b7a56422eebfb10ba3155 (diff) | |
download | haskell-c2986e0653592ab0a80002ea68b6d1d3084f5342.tar.gz |
List exact extensions used rather than using -fglasgow-exts
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 2dfef4b873..b6999c0080 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -14,6 +14,8 @@ exposed-modules: Language.Haskell.TH.Lib, Language.Haskell.TH.Quote, Language.Haskell.TH +extensions: MagicHash, PatternGuards, PolymorphicComponents, + DeriveDataTypeable, TypeSynonymInstances -- We need to set the package name to template-haskell (without a -- version number) as it's magic. ghc-options: -package-name template-haskell |