From b813a13b88f780a4a31174803ef626d798903f33 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 2 Feb 2026 18:07:25 +0100 Subject: [PATCH] Fix Windows CI. We needed to specify cabal options. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d37861eb2..2f08d40d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: - name: Build and test run: | cabal update - cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all + cabal test --ghc-option=-Werror -fhttp --enable-tests --disable-optimization --ghc-options=-Werror all # We no longer run the macos tests, to make CI faster. # macos: