From 3c6c12c3e695148c30d147806ce3ef8f6d7713d5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 21 Aug 2019 19:01:56 +0300 Subject: 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). --- stack.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3