From 52bab5c41ac585883b0017e35dfc1ae13a3a9493 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 13 Jun 2019 16:25:21 -0700 Subject: [PATCH] ;stack: try dropping haskell-src-exts workaround (commercialhaskell/stack#3922) --- stack.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 8dc37e793..6987a9adb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,8 +28,9 @@ extra-deps: # hledger-web: # hledger-api: -# Workaround for https://github.com/commercialhaskell/stack/issues/3922: -- haskell-src-exts-1.21.0 +# Workaround for https://github.com/commercialhaskell/stack/issues/3922 +# 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 # (hledger-web build failure with GHC 8.6 on Windows 7)