diff options
author | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2021-03-19 20:48:43 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-24 23:31:09 -0400 |
commit | 5483b1a4f183026aab475da59d010d579c036592 (patch) | |
tree | 61dad5768c656c239a73ebd81eb4653255dd2c79 /hadrian/hadrian.cabal | |
parent | 60127035e2d7c649ac7fd312cded240d5f46e98d (diff) | |
download | haskell-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.
Diffstat (limited to 'hadrian/hadrian.cabal')
-rw-r--r-- | hadrian/hadrian.cabal | 2 |
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 |