From caf3927538c2693ef2b4e7de604ee53710fe02a5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 2 Feb 2026 15:28:47 +0100 Subject: [PATCH] CI: Try setting -fhttp directly. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c38dbc076..d37861eb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,16 +49,16 @@ jobs: # NOTE: Update `CONTRIBUTING.md` when changing the minimum version - ghc: '9.6' cabal: 'latest' - cabalopts: '--ghc-option=-Werror' + cabalopts: '--ghc-option=-Werror -fhttp' - ghc: '9.8' cabal: 'latest' - cabalopts: '--ghc-option=-Werror' + cabalopts: '--ghc-option=-Werror -fhttp' - ghc: '9.10' cabal: 'latest' - cabalopts: '--ghc-option=-Werror' + cabalopts: '--ghc-option=-Werror -fhttp' - ghc: '9.12' cabal: 'latest' - cabalopts: '--ghc-option=-Werror' + cabalopts: '--ghc-option=-Werror -fhttp' - ghc: '9.12' cabal: 'latest' cabalopts: '--ghc-option=-Werror -f-http --test-option="-p /XXXXX/"'