summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2019-03-12 15:51:32 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2019-03-13 14:48:14 +0800
commite75e9689db8b098d2f17f39141f6d536e49b16ab (patch)
tree3617dfb94cf0d9e9e3a250cecc1229351b809e18
parent9874ea95106edbbcada815192f2c6ddbf99bf608 (diff)
downloadhaskell-e75e9689db8b098d2f17f39141f6d536e49b16ab.tar.gz
Adds happy and alex as tool deps
-rw-r--r--compiler/ghc.cabal.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index dc797885ba..6be809a7ce 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -73,6 +73,9 @@ Library
ghc-heap == @ProjectVersionMunged@,
ghci == @ProjectVersionMunged@
+ build-tool-depends: alex:alex,
+ happy:happy
+
if os(windows)
Build-Depends: Win32 >= 2.3 && < 2.7
else