mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
CI: Try setting -fhttp directly.
This commit is contained in:
@@ -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/"'
|
||||
|
||||
Reference in New Issue
Block a user