summaryrefslogtreecommitdiff
path: root/hadrian
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2020-08-25 15:52:56 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-19 15:47:24 -0400
commit2229d570fc78867190febb4f13c799b258a41f6d (patch)
treef244c2e43d116c3aac7cb68da58ef303e0a5406f /hadrian
parent45fa82182bc61e3966fd51496c35130cd067a5df (diff)
downloadhaskell-2229d570fc78867190febb4f13c799b258a41f6d.tar.gz
Require happy >=1.20
Diffstat (limited to 'hadrian')
-rw-r--r--hadrian/cabal.project2
-rw-r--r--hadrian/hadrian.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 6d928fe37f..d5f656d172 100644
--- a/hadrian/cabal.project
+++ b/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-09-14T19:30:43Z
-- 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.
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 2ed090eebd..290af0cd8b 100644
--- a/hadrian/hadrian.cabal
+++ b/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 && < 1.21
+ , happy >= 1.20.0 && < 1.21
ghc-options: -Wall
-Wincomplete-record-updates
-Wredundant-constraints