[commit: ghc] master: template-haskell: drop `TemplateHaskell` requirement (7c9cbfd)
git at git.haskell.org
git at git.haskell.org
Tue Nov 17 14:57:39 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7c9cbfd9074055d6db93d4b44c8aea8d32402aa6/ghc
>---------------------------------------------------------------
commit 7c9cbfd9074055d6db93d4b44c8aea8d32402aa6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Nov 17 15:55:43 2015 +0100
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
>---------------------------------------------------------------
7c9cbfd9074055d6db93d4b44c8aea8d32402aa6
libraries/template-haskell/template-haskell.cabal | 1 -
1 file changed, 1 deletion(-)
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index 40debcb..d4dd81e 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:
More information about the ghc-commits
mailing list