haskell.packages.ghc9{4,6}.toml-reader: disable unsupported tests

skeletest only supports >= 9.6 for 0.1.0 and 9.4 not at all. Doesn't
seem worth it trying to get it to work for this.
This commit is contained in:
sternenseemann
2025-10-06 15:06:36 +02:00
parent f9cbdbceb5
commit 3570093d39
2 changed files with 6 additions and 0 deletions
@@ -98,6 +98,9 @@ self: super: {
# 2022-08-01: Tests are broken on ghc 9.2.4: https://github.com/wz1000/HieDb/issues/46
hiedb = dontCheck super.hiedb;
# Tests require skeletest which doesn't support GHC 9.4
toml-reader = dontCheck super.toml-reader;
# 2022-10-06: https://gitlab.haskell.org/ghc/ghc/-/issues/22260
ghc-check = dontHaddock super.ghc-check;
@@ -148,6 +148,9 @@ in
# Tests require nothunks < 0.3 (conflicting with Stackage) for GHC < 9.8
aeson = dontCheck super.aeson;
# Tests require skeletest which no longer supports GHC 9.6
toml-reader = dontCheck super.toml-reader;
# Apply patch from PR with mtl-2.3 fix.
ConfigFile = overrideCabal (drv: {
editedCabalFile = null;