From e9b64c5661fe1ab36e8646f287bba8e0b648a637 Mon Sep 17 00:00:00 2001 From: alexwl Date: Sun, 24 Mar 2019 16:51:27 +0300 Subject: Add stack-8.6.4.yaml --- install.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.hs') diff --git a/install.hs b/install.hs index d8c36c1..5bd2b63 100755 --- a/install.hs +++ b/install.hs @@ -39,7 +39,7 @@ import System.Process.Typed -- | Keep this in sync with the stack.yamls at the top level of the project. supportedGhcVersions :: [Version] supportedGhcVersions = - map Version ["8.0.2", "8.2.2", "8.4.3", "8.4.4", "8.6.3"] + map Version ["8.0.2", "8.2.2", "8.4.3", "8.4.4", "8.6.3", "8.6.4"] newtype Version = Version { unVersion :: String } deriving Eq -- cgit v1.2.3