From 412a1f39ecc26fb8bce997bfe71e87b7284a1493 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@well-typed.com>
Date: Sat, 18 May 2019 17:35:54 -0400
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3baf50de6c15..76ce870b45a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -559,7 +559,7 @@ validate-x86_64-linux-fedora27:
   extends: .build-windows
   stage: full-build
   variables:
-    GHC_VERSION: "8.6.2
+    GHC_VERSION: "8.6.2"
   # due to #16574 this currently fails
   allow_failure: true
   script:
-- 
GitLab