summaryrefslogtreecommitdiff
path: root/hadrian/hadrian.cabal
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2020-08-30 18:15:44 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-31 23:05:51 -0400
commita4473f02ae2e685601e257b8668bea2ec721b294 (patch)
tree086ab5916f685483a54fd8c7fb0eff1868444809 /hadrian/hadrian.cabal
parent74a7fbff5a8f244cd44345bf987e26413bb1989e (diff)
downloadhaskell-a4473f02ae2e685601e257b8668bea2ec721b294.tar.gz
Limit upper version of Happy for ghc-9.2 (#18620)
This patch adds the upper bound of a happy version for ghc-9.2. Currently, We can use happy-1.19 or happy-1.20 for ghc-9.2. See #18620.
Diffstat (limited to 'hadrian/hadrian.cabal')
-rw-r--r--hadrian/hadrian.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index be3b88b7fa..2ed090eebd 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.20
+ , happy >= 1.19.10 && < 1.21
ghc-options: -Wall
-Wincomplete-record-updates
-Wredundant-constraints