ghc seems to require m4 during builds now

bootstrapping with a previous tea version of ghc would avoid this nonsense.
This commit is contained in:
Max Howell 2022-09-19 08:15:42 -04:00
parent 9317c2bbed
commit d3ad7ec109

View file

@ -35,6 +35,7 @@ build:
gnu.org/automake: ^1 # `aclocal` is used during the build for some reason
tea.xyz/gx/make: '*' #FIXME specifically, gnu make is *required*
curl.se: '*'
gnu.org/m4: '*'
script: |-
# `ghc` needs `ghc` to bootstrap `ghc`
# The canonical way to achieve this is with `ghcup`