1
0
forked from GitHub/gf-core

misc small fixes:

- update actions/cache to v4

- update haskell/actions/setup to haskell-actions/setup

- stack doesn't support ghc < 8.4, remove from CI

- don't fail immediately

- add -fpermissive flag to gcc

- only build 9.6.6 with macos and windows latest

- bump base upper bound
This commit is contained in:
Inari Listenmaa
2025-08-02 16:42:54 +02:00
parent e81d668605
commit 01c4f82e07
3 changed files with 14 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ AM_PROG_CC_C_O
-Wall\
-Wextra\
-Wno-missing-field-initializers\
-fpermissive\
-Wno-unused-parameter\
-Wno-unused-value"
fi]