From 8952dc9a93793aa6db6863ca1d01951e35640eed Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 26 Nov 2019 14:17:55 -0800 Subject: [PATCH] ;stack: build with base-compat 0.11, for testing --- stack.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stack.yaml b/stack.yaml index 1a74aa7ce..c8e9ac591 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,10 +16,14 @@ nix: # allow-newer: true extra-deps: +# for testing base-compat 0.11 compatibility: +- aeson-1.4.6.0 +- aeson-compat-0.3.9 +- attoparsec-iso8601-1.0.1.0 +- base-compat-batteries-0.11.0 +- base-compat-0.11.0 +- http-api-data-0.4.1.1 # for hledger-lib: -# testing: -# - base-compat-batteries-0.11.0 -# - base-compat-0.11.0 # for hledger: # for hledger-ui: # for hledger-web: