X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=d84cb99a3eebd2345535341eaaa7448f5aa62459;hb=738f70785e381ca2f43413a1d8efa4d5929b8231;hp=10b94bf6be204a1ae962c951e7f0d5d18721a0c6;hpb=644270783cbdea9beafab3886afdf7807b8a23b0;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 10b94bf..d84cb99 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -246,8 +246,8 @@ changequote([, ])dnl ]) if test ! -f compiler/parser/Parser.hs || test ! -f compiler/main/ParsePkgConf.hs || test ! -f compiler/cmm/CmmParse.hs || test ! -f compiler/parser/ParserCore.hs then - FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.15], - [AC_MSG_ERROR([Happy version 1.15 or later is required to compile GHC.])])[] + FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.16], + [AC_MSG_ERROR([Happy version 1.16 or later is required to compile GHC.])])[] fi HappyVersion=$fptools_cv_happy_version; AC_SUBST(HappyVersion)