PVP Boundaries are reported wrong on Hackage
May be related to #3 (closed) or #1 (closed). The array
package on Hackage reports boundaries on base
that are impossible to fulfill for newer versions of GHC. That is, the boundaries are: base (>=4.9 && <4.14)
. However, checking the array cabal file on GitLab, the actual boundaries are base <= 4.18
, which is OK.
I came across this because I was wondering why my project builds given that I use array
and GHC 9.2.2 with base 4.16
.