summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-27 09:04:44 -0400
committerBen Gamari <ben@smart-cactus.org>2019-09-27 09:07:22 -0400
commit0c53d0aa87d884707f77beea4f42b59d056116ea (patch)
treea2abf2279e2a5c96d7f1c87d31379c3ddc2ca6c5 /configure.ac
parent795986aaf33e2ffc233836b86a92a77366c91db2 (diff)
downloadhaskell-wip/T17260.tar.gz
configure: Determine library versions of template-haskell, et al.wip/T17260
These are needed by the user guide documentation. Fixes #17260.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f0be81fd66..ac4145fc09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1317,8 +1317,14 @@ AC_SUBST(BUILD_MAN)
AC_SUBST(BUILD_SPHINX_HTML)
AC_SUBST(BUILD_SPHINX_PDF)
+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(parallel)
+LIBRARY_VERSION(array)
LIBRARY_VERSION(ghc-prim)
LIBRARY_VERSION(ghc-compact)
LIBRARY_ghc_VERSION="$ProjectVersion"