From 61c9ae15be5c9595a0cbfc59d2dae951af52cb34 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 17 Jun 2020 15:46:02 +0300 Subject: [PATCH] build.sh: default to GHC 8.10 M build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5b819de..132f6f9 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ set -Eexuo pipefail # NOTE: If var not imported - set to the default value -GHCVERSION=${GHCVERSION:-'ghc883'} +GHCVERSION=${GHCVERSION:-'ghc8101'} rev=${rev:-'nixpkgs-unstable'} NIX_PATH=${NIX_PATH:-"nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz"} export NIX_PATH