summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2021-03-19 20:48:43 +0000
committersheaf <sam.derbyshire@gmail.com>2022-05-19 13:06:28 +0200
commit70ba3bbe2b06428c98fba62c55bcdb59479becfb (patch)
tree785cc66a6e47088567f560ad4a2d9be56c3186c4
parent76117edb6bacdec293680e2d9c5e5bc45c0bd2db (diff)
downloadhaskell-70ba3bbe2b06428c98fba62c55bcdb59479becfb.tar.gz
hadrian: remove alex and happy from build-tools
Hadrian doesn't actually depend on them as built-tools and normal usage where you want to compile GHC will pick up the tools before you run hadrian via the ./configure script. Not building an extra copy of alex and happy might also improve overall build-times when building from scratch.
-rw-r--r--hadrian/hadrian.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 7e397391c3..4dbc5de4b2 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -150,8 +150,6 @@ executable hadrian
, shake >= 0.18.3 && < 0.20
, transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2.1 && < 0.3
- build-tools: alex >= 3.2.6 && < 3.3
- , happy >= 1.20.0 && < 1.21
ghc-options: -Wall
-Wincomplete-record-updates
-Wredundant-constraints