aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-03-24 16:51:27 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-03-24 16:51:27 +0300
commite9b64c5661fe1ab36e8646f287bba8e0b648a637 (patch)
tree59af489dbb4cea00517bec6cab39e76c17091381
parente282ffeec941151c9be09c4169c0926f195ce61d (diff)
Add stack-8.6.4.yaml
-rwxr-xr-xinstall.hs2
-rw-r--r--stack-8.6.4.yaml8
2 files changed, 9 insertions, 1 deletions
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
diff --git a/stack-8.6.4.yaml b/stack-8.6.4.yaml
new file mode 100644
index 0000000..dc6a90a
--- /dev/null
+++ b/stack-8.6.4.yaml
@@ -0,0 +1,8 @@
+resolver: lts-13.12
+packages:
+- '.'
+- location: vendor/cabal-helper-0.8.1.2
+ extra-dep: true
+allow-newer: true
+extra-deps:
+ - cabal-plan-0.4.0.0