summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-23 16:13:56 +0100
committerIan Lynagh <igloo@earth.li>2011-10-23 16:30:22 +0100
commit3b43e035190a7f41fbd08c7409b4b2b30d3973d2 (patch)
tree5f975ba149136773cf2c0956f85cbef0d0892702 /configure.ac
parentf67650410b4b390b3c9959efd0db57837b6c89d6 (diff)
downloadhaskell-3b43e035190a7f41fbd08c7409b4b2b30d3973d2.tar.gz
Follow cabal->Cabal rename, and fix haddock index generation
We now make use of the ghc-packages file when making the haddock index.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aec9c8857a..c80c32c76f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -777,7 +777,7 @@ AC_SUBST(BUILD_DOCBOOK_PS)
AC_SUBST(BUILD_DOCBOOK_PDF)
LIBRARY_VERSION(base)
-LIBRARY_VERSION(Cabal, Cabal/cabal)
+LIBRARY_VERSION(Cabal, Cabal/Cabal)
LIBRARY_VERSION(ghc-prim)
LIBRARY_ghc_VERSION="$ProjectVersion"
AC_SUBST(LIBRARY_ghc_VERSION)