summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2020-02-22 20:13:02 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-27 16:23:25 -0500
commit59c023ba5ccb10fff62810591f20608bd73c97af (patch)
treeaa576b41f0e41b474b47250dba29cdba97c339c7 /configure.ac
parent74311e10bbb6ced9cd3093c8949f2535a715d8f6 (diff)
downloadhaskell-59c023ba5ccb10fff62810591f20608bd73c97af.tar.gz
configure: correctly generate LIBRARY_template_haskell_VERSION
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 02a04dd15f..7785884296 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1370,8 +1370,10 @@ dnl ** Determine library versions
dnl The packages below should include all packages needed by
dnl doc/users_guide/ghc_config.py.in.
LIBRARY_VERSION(base)
-LIBRARY_VERSION(Cabal, Cabal/Cabal)
-LIBRARY_VERSION(template-haskell)
+LIBRARY_VERSION(Cabal, Cabal/Cabal/Cabal.cabal)
+dnl template-haskell.cabal is generated later
+dnl but the .in file already has the version
+LIBRARY_VERSION(template-haskell, template-haskell/template-haskell.cabal.in)
LIBRARY_VERSION(array)
LIBRARY_VERSION(ghc-prim)
LIBRARY_VERSION(ghc-compact)