CI: Travis: build.sh: upd: default GHC version

M  build.sh
This commit is contained in:
Anton-Latukha 2020-05-27 17:43:25 +03:00
parent c5689c2f63
commit d9a5cd9055
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ set -xe
set -euo pipefail
IFS=$'\n\t'
GHCVERSION=${GHCVERSION:-ghc822}
STRICT=${STRICT:-false}
TRACING=${TRACING:-false}
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/6820e2f0dd16104961d6fc7e8e38846807159c4e.tar.gz
@ -19,4 +18,5 @@ else
--arg doTracing $TRACING \
--arg doStrict $STRICT \
$@
GHCVERSION=${GHCVERSION:-ghc865}
fi