From 34e5bc33c086facd22df3c3f3828ac35f73050d6 Mon Sep 17 00:00:00 2001 From: thomasjm Date: Fri, 26 Jul 2024 03:19:48 -0700 Subject: [PATCH] Try to fix latest resolver --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef8ab6..f232300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,11 @@ jobs: - ${{matrix.version}} EOL + if [[ "${{ matrix.resolver }}" == "nightly-2024-07-26" ]]; then + echo "extra-deps:" >> stack.yaml + echo "- http-api-data-0.5.1" >> stack.yaml + fi + - name: Build run: | stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks