-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Milestone
Description
Could we bump the lower bound on base?
hackage-security/hackage-security/hackage-security.cabal
Lines 114 to 115 in b306678
| -- We support ghc 7.4 (bundled with Cabal 1.14) and up | |
| build-depends: base >= 4.8 && < 4.20, |
hackage-security/hackage-security/hackage-security.cabal
Lines 33 to 45 in b306678
| tested-with: | |
| GHC == 9.8.1 | |
| GHC == 9.6.3 | |
| GHC == 9.4.8 | |
| GHC == 9.2.8 | |
| GHC == 9.0.2 | |
| GHC == 8.10.7 | |
| GHC == 8.8.4 | |
| GHC == 8.6.5 | |
| GHC == 8.4.4 | |
| GHC == 8.2.2 | |
| GHC == 8.0.2 | |
| GHC == 7.10.3 |
I came here to see if I could do something about the noisy -Wstar-is-type warnings from hackage-security when compiling cabal but saw that I couldn't do that without CPP conditionals given that -Wstar-is-type was introduced in ghc-8.6 and we have a lower bound on base of 4.8 that is ghc-7.10.1.
Metadata
Metadata
Assignees
Labels
No labels