From 95a89ee95a6ae111bc675ae7484c93f0e25abe9e Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Thu, 29 Feb 2024 00:35:48 -0800 Subject: [PATCH] build: fix --- build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build b/build index aa201618..1b30580b 100755 --- a/build +++ b/build @@ -1,8 +1,13 @@ #!/bin/bash -e +autoreconf -i PATH=$HOME/.ghcup/bin:$PATH +ghcup upgrade +ghcup install cabal latest ghcup set cabal latest +ghcup install ghc latest ghcup set ghc latest +cabal update cabal v1-install --only-dependencies --enable-tests cabal v1-configure --enable-tests -cabal v1-test --test-options="--hide-successes" +cabal v1-test cabal v1-haddock