summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2021-03-19 20:48:43 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-24 23:31:09 -0400
commit5483b1a4f183026aab475da59d010d579c036592 (patch)
tree61dad5768c656c239a73ebd81eb4653255dd2c79
parent60127035e2d7c649ac7fd312cded240d5f46e98d (diff)
downloadhaskell-5483b1a4f183026aab475da59d010d579c036592.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 408cdc4f37..29881425df 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -147,8 +147,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