From af5076774396f27136669009b72fbe1186187418 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 26 Apr 2018 12:11:03 -0700 Subject: [PATCH] appveyor: try workaround for pretty-show failure [ci skip] --- stack.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack.yaml b/stack.yaml index 1b790660d..352d55d81 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,6 +10,9 @@ packages: - hledger-api extra-deps: +# try workaround for appveyor, https://github.com/yav/pretty-show/issues/27 +- git: git@github.com:simonmichael/pretty-show.git + commit: 225bcff3302f72cf739172f4e42792a7448eaa6c # hledger-lib - easytest-0.1.1 # hledger-ui