summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/template-haskell')
-rw-r--r--libraries/template-haskell/template-haskell.cabal.in (renamed from libraries/template-haskell/template-haskell.cabal)6
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal.in
index cdb60c4709..d689af1f75 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal.in
@@ -1,3 +1,7 @@
+-- WARNING: template-haskell.cabal is automatically generated from template-haskell.cabal.in by
+-- ../../configure. Make sure you are editing template-haskell.cabal.in, not
+-- template-haskell.cabal.
+
name: template-haskell
version: 2.15.0.0
-- NOTE: Don't forget to update ./changelog.md
@@ -52,7 +56,7 @@ Library
build-depends:
base >= 4.11 && < 4.14,
- ghc-boot-th == 8.7.*,
+ ghc-boot-th == @ProjectVersionMunged@,
pretty == 1.1.*
ghc-options: -Wall