aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-21 19:01:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-21 19:25:22 +0300
commit3c6c12c3e695148c30d147806ce3ef8f6d7713d5 (patch)
tree3bdf2cc34a60a6f8697667f60712bbcf8287e0a3
parentREADME update (diff)
downloadwindows-env-3c6c12c3e695148c30d147806ce3ef8f6d7713d5.tar.gz
windows-env-3c6c12c3e695148c30d147806ce3ef8f6d7713d5.zip
fix builds with Stack >= 2.1.1
Somehow it complained about the time package not being in extra-deps (it works with 1.9.3).
-rw-r--r--stack.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index bd324b9..cfd782d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -5,6 +5,7 @@ extra-deps:
- Win32-2.5.4.1
- directory-1.3.1.1
- process-1.6.0.0
+- time-1.8.0.4
flags: {}
extra-package-dbs: []
system-ghc: false