[project @ 2005-02-08 10:20:50 by simonmar]
authorsimonmar <unknown>
Tue, 8 Feb 2005 10:20:50 +0000 (10:20 +0000)
committersimonmar <unknown>
Tue, 8 Feb 2005 10:20:50 +0000 (10:20 +0000)
Happy 1.15 is now required

aclocal.m4

index 1a45e4f..a746bc5 100644 (file)
@@ -273,8 +273,8 @@ fi;
 changequote([, ])dnl
 ])
 if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Parser.hs; then
-  FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.14],
-  [AC_MSG_ERROR([Happy version 1.14 or later is required to compile GHC.])])[]dnl
+  FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.15],
+  [AC_MSG_ERROR([Happy version 1.15 or later is required to compile GHC.])])[]dnl
 fi
 HappyVersion=$fptools_cv_happy_version;
 AC_SUBST(HappyVersion)