diff options
author | Ian Lynagh <igloo@earth.li> | 2010-02-23 16:45:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-02-23 16:45:51 +0000 |
commit | cfdf2515dd5b491f8229d44b98fa33adeeac7e60 (patch) | |
tree | ed9de4b3c562215fba86787ada50e6dee847655a /configure.ac | |
parent | bfd7960566a3033182087a411016a04bd74f5eed (diff) | |
download | haskell-cfdf2515dd5b491f8229d44b98fa33adeeac7e60.tar.gz |
Fix more library links in the user guide
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |