summaryrefslogtreecommitdiff
path: root/hadrian/hadrian.cabal
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/hadrian.cabal
parent45fa82182bc61e3966fd51496c35130cd067a5df (diff)
downloadhaskell-2229d570fc78867190febb4f13c799b258a41f6d.tar.gz
Require happy >=1.20
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 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