[Git][ghc/ghc][wip/happy-1.20] Require happy >=1.20
Vladislav Zavialov
gitlab at gitlab.haskell.org
Tue Aug 25 15:04:25 UTC 2020
Vladislav Zavialov pushed to branch wip/happy-1.20 at Glasgow Haskell Compiler / GHC
Commits:
253ee6c8 by Vladislav Zavialov at 2020-08-25T18:03:49+03:00
Require happy >=1.20
- - - - -
3 changed files:
- aclocal.m4
- hadrian/cabal.project
- hadrian/hadrian.cabal
Changes:
=====================================
aclocal.m4
=====================================
@@ -1021,8 +1021,8 @@ changequote([, ])dnl
])
if test ! -f compiler/GHC/Parser.hs || test ! -f compiler/GHC/Cmm/Parser.hs
then
- FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.19.10],
- [AC_MSG_ERROR([Happy version 1.19.10 or later is required to compile GHC.])])[]
+ FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.20.0],
+ [AC_MSG_ERROR([Happy version 1.20.0 or later is required to compile GHC.])])[]
fi
HappyVersion=$fptools_cv_happy_version;
AC_SUBST(HappyVersion)
=====================================
hadrian/cabal.project
=====================================
@@ -1,7 +1,7 @@
packages: ./
-- This essentially freezes the build plan for hadrian
-index-state: 2020-06-16T03:59:14Z
+index-state: 2020-08-25T12:30:13Z
-- N.B. Compile with -O0 since this is not a performance-critical executable
-- and the Cabal takes nearly twice as long to build with -O1. See #16817.
=====================================
hadrian/hadrian.cabal
=====================================
@@ -148,7 +148,7 @@ executable hadrian
, transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2.1 && < 0.3
build-tools: alex >= 3.1
- , happy >= 1.19.10
+ , happy >= 1.20.0
ghc-options: -Wall
-Wincomplete-record-updates
-Wredundant-constraints
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/253ee6c8f9c26c423e782d7077821f37e4b6b42a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/253ee6c8f9c26c423e782d7077821f37e4b6b42a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200825/c938ec74/attachment-0001.html>
More information about the ghc-commits
mailing list