;dev: build everything with at least GHC2021 language extensions by default

Previously everything was built with hpack's default, which is Haskell2010.
This commit is contained in:
Simon Michael 2025-09-29 18:27:19 -10:00
parent 3efb1ae98a
commit 64832c65e8
4 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,8 @@ dependencies:
- extra >=1.7.11 - extra >=1.7.11
- Glob >= 0.9 - Glob >= 0.9
language: GHC2021
ghc-options: ghc-options:
- -Wall - -Wall
- -Wno-incomplete-uni-patterns - -Wno-incomplete-uni-patterns

View File

@ -58,6 +58,8 @@ flags:
cpp-options: -DVERSION="1.50.99" cpp-options: -DVERSION="1.50.99"
language: GHC2021
ghc-options: ghc-options:
- -Wall - -Wall
- -Wno-incomplete-uni-patterns - -Wno-incomplete-uni-patterns

View File

@ -68,6 +68,8 @@ flags:
# default: false # default: false
# manual: true # manual: true
language: GHC2021
ghc-options: ghc-options:
- -Wall - -Wall
# not included in -Wall: # not included in -Wall:

View File

@ -104,6 +104,8 @@ flags:
# default: false # default: false
# manual: true # manual: true
language: GHC2021
ghc-options: ghc-options:
- -Wall - -Wall
- -Wno-incomplete-uni-patterns - -Wno-incomplete-uni-patterns