From 65c833701a328c492488c5d37305379b5af21d32 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Sun, 13 Mar 2022 17:14:12 +0530 Subject: [PATCH] Change prime GHC version for nix --- bin/run-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-ci.sh b/bin/run-ci.sh index 5ef39bd40..3e415a2c5 100755 --- a/bin/run-ci.sh +++ b/bin/run-ci.sh @@ -19,7 +19,7 @@ CABAL_BUILD_OPTIONS="--flag limit-build-mem" #------------------------------------------------------------------------------ # XXX take these from command line -GHC_PRIME_NIX="ghc8104" +GHC_PRIME_NIX="ghc8107" GHC_PRIME_VER="8.10" JOBS=1