diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-21 19:01:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-21 19:25:22 +0300 |
commit | 3c6c12c3e695148c30d147806ce3ef8f6d7713d5 (patch) | |
tree | 3bdf2cc34a60a6f8697667f60712bbcf8287e0a3 | |
parent | README update (diff) | |
download | windows-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).
Diffstat (limited to '')
-rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |