diff options
author | simonmar <unknown> | 2005-02-08 10:20:50 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-08 10:20:50 +0000 |
commit | 0e2f99846ae311793cd9e90cf2b5f1cb2eaae36e (patch) | |
tree | 73cd2f763af8a28cf4020137c9b55a242b0cf923 /aclocal.m4 | |
parent | b1a7a4d5de6397e660fee89264597544213eff4b (diff) | |
download | haskell-0e2f99846ae311793cd9e90cf2b5f1cb2eaae36e.tar.gz |
[project @ 2005-02-08 10:20:50 by simonmar]
Happy 1.15 is now required
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 1a45e4f30f..a746bc56c3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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) |