From 561b6684cea7e66a40981f8d795d1d042ce329c0 Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Sun, 7 Mar 2021 12:33:21 +0100 Subject: [PATCH] Update travis --- .travis/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis/build.sh b/.travis/build.sh index 665dbd41..f159d7bc 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -8,9 +8,9 @@ chmod +x ~/.ghcup/bin/ghcup export PATH="$HOME/.ghcup/bin:$PATH" -ghcup install 8.10.3 -ghcup install-cabal 3.4.0.0-rc4 -ghcup set 8.10.3 +ghcup install 8.10.4 +ghcup install-cabal 3.4.0.0 +ghcup set 8.10.4 ## install ghcup -- GitLab