diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-17 15:55:43 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-11-17 15:55:43 +0100 |
commit | 7c9cbfd9074055d6db93d4b44c8aea8d32402aa6 (patch) | |
tree | 5bb1499c990b12618e4627c6e03dd35b92737307 /libraries/template-haskell/template-haskell.cabal | |
parent | 615ba5ff4d78ef69898e8f84c5831cdb1bad3b21 (diff) | |
download | haskell-7c9cbfd9074055d6db93d4b44c8aea8d32402aa6.tar.gz |
template-haskell: drop `TemplateHaskell` requirement
`other-extensions: TemplateHaskell` is inaccurate: It's not required
to compile `template-haskell` (otherwise we wouldn't be able to build
that package via `ghc-stage1`...)
This has been discovered while working on #11102
Diffstat (limited to 'libraries/template-haskell/template-haskell.cabal')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 40debcb831..d4dd81e0a5 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -32,7 +32,6 @@ Library PolymorphicComponents RankNTypes ScopedTypeVariables - TemplateHaskell UnboxedTuples exposed-modules: |