haskell.packages.ghc902Binary.inline-c-cpp: remove broken/obsolete override

This depends on a GHC patch which the only remaining GHC 9.0.*,
ghc902Binary, doesn't have, being a bindist and all.
This commit is contained in:
sternenseemann
2025-09-22 18:50:00 +02:00
parent 22d7eeead2
commit ffd683af2b
@@ -153,12 +153,6 @@ self: super: {
# Tests require nothunks < 0.3 (conflicting with Stackage) for GHC < 9.8
aeson = dontCheck super.aeson;
# We use a GHC patch to support the fix for https://github.com/fpco/inline-c/issues/127
# which means that the upstream cabal file isn't allowed to add the flag.
inline-c-cpp =
(if isDarwin then appendConfigureFlags [ "--ghc-option=-fcompact-unwind" ] else x: x)
super.inline-c-cpp;
# 2022-05-31: weeder 2.4.* requires GHC 9.2
weeder = doDistribute self.weeder_2_3_1;
# Unnecessarily strict upper bound on lens