From 661afa5acbd9c0fae15c7a83df5fc1e2c9a6fa47 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sat, 20 Jun 2020 22:24:57 +0300 Subject: [PATCH] CI: .travis.yml: properly name GHC 8.8.3 macOS as Strict M .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 960db8f..d5294cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ jobs: - linkWithGold=true os: linux dist: bionic - - name: GHC 8.8.3, macOS + - name: GHC 8.8.3, macOS, Strict env: - GHCVERSION=ghc883 - buildStrictly=true