Skip to content

Commit e24314d

Browse files
committed
Run ghc-supported-extensions on CI
1 parent 5fe8d8d commit e24314d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ jobs:
262262
# one possibly nightmarish final conditional. 'fail-fast' gets us
263263
# partway there, at least, but is still imperfect.
264264

265+
- name: Check that language extensions are registered for this GHC version
266+
run: cabal run ghc-supported-extensions ghc
267+
265268
validate-old-ghcs:
266269
name: Validate old ghcs ${{ matrix.extra-ghc }}
267270
# latest/latest doesn't have the old packages the old ghcs depend on

0 commit comments

Comments
 (0)