haskell.packages.ghc810.http-types: disable checks

This commit is contained in:
Naïm Favier
2023-12-09 15:04:20 +01:00
parent dc3afe8ff5
commit b11a691235
@@ -175,4 +175,7 @@ self: super: {
# Requires GHC < 9.4
ghc-source-gen = doDistribute (unmarkBroken super.ghc-source-gen);
# No instance for (Show B.Builder) arising from a use of print
http-types = dontCheck super.http-types;
}