From 7c9cbfd9074055d6db93d4b44c8aea8d32402aa6 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Tue, 17 Nov 2015 15:55:43 +0100 Subject: 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 --- libraries/template-haskell/template-haskell.cabal | 1 - 1 file changed, 1 deletion(-) (limited to 'libraries/template-haskell') 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: -- cgit v1.2.1