summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-02-23 16:45:51 +0000
committerIan Lynagh <igloo@earth.li>2010-02-23 16:45:51 +0000
commitcfdf2515dd5b491f8229d44b98fa33adeeac7e60 (patch)
treeed9de4b3c562215fba86787ada50e6dee847655a /configure.ac
parentbfd7960566a3033182087a411016a04bd74f5eed (diff)
downloadhaskell-cfdf2515dd5b491f8229d44b98fa33adeeac7e60.tar.gz
Fix more library links in the user guide
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 989a223a65..541524659a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -903,6 +903,8 @@ AC_SUBST(BUILD_DOCBOOK_PS)
AC_SUBST(BUILD_DOCBOOK_PDF)
LIBRARY_VERSION(base)
+LIBRARY_VERSION(Cabal)
+LIBRARY_VERSION(ghc-prim)
if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
AC_MSG_ERROR([compiler/ghc.cabal.in contains tab characters; please remove them])