CI: Try setting -fhttp directly.

This commit is contained in:
John MacFarlane
2026-02-02 15:28:47 +01:00
parent 26d1e601b3
commit caf3927538
+4 -4
View File
@@ -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/"'