From 7b68b2b89aa7a6cd0884db35f1b63ee7a7edc8f2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 11 Jul 2019 07:20:14 +0100 Subject: [PATCH] ;web: drop obsolete unix-time workaround, use latest (#1039) 0.4.7 is in lts and nightly stackage now, and has more windows fixes. [ci skip] --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 02e690c03..421a81a7d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -32,7 +32,7 @@ extra-deps: # Try dropping this.. after stack 2 has been out a while ? Or now ? How about now ? #- haskell-src-exts-1.21.0 -# Workaround for https://github.com/simonmichael/hledger/issues/1039 +# Use at least 0.46 to work around https://github.com/simonmichael/hledger/issues/1039 # (hledger-web build failure with GHC 8.6 on Windows 7) # Might also be fixed by using GHC 8.6.5+, mixed reports -- unix-time-0.4.6 +#- unix-time-0.4.6