[commit: ghc] master: Trivial comment fix. (#8358) (e575126)
git at git.haskell.org
git at git.haskell.org
Tue Oct 15 17:28:49 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e5751265b2593cb9b769feb9c5245324bb82e7db/ghc
>---------------------------------------------------------------
commit e5751265b2593cb9b769feb9c5245324bb82e7db
Author: Zac Slade <krakrjak at gmail.com>
Date: Wed Sep 25 16:36:59 2013 -0500
Trivial comment fix. (#8358)
Version of Happy required is now 1.19.
>---------------------------------------------------------------
e5751265b2593cb9b769feb9c5245324bb82e7db
aclocal.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aclocal.m4 b/aclocal.m4
index 8a9fe63..98f3e3d 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -848,7 +848,7 @@ AS_IF([test "$fp_num1" $2 "$fp_num2"], [$4], [$5])[]dnl
dnl
dnl Check for Happy and version. If we're building GHC, then we need
-dnl at least Happy version 1.14. If there's no installed Happy, we look
+dnl at least Happy version 1.19. If there's no installed Happy, we look
dnl for a happy source tree and point the build system at that instead.
dnl
AC_DEFUN([FPTOOLS_HAPPY],
More information about the ghc-commits
mailing list