Bump base library version in master
Writing patches to work with GHC head is inconvenient as base is still at the same version as in GHC-9.4 series.
This is somewhat duplicate of #21384 (closed), but using __GLASGOW_HASKELL__ to distinguish base versions is wrong (or then we should stop talking about upgradeble base).
Similar issues:
and probably others.
cc @RyanGlScott
Can the base version be bumped early in the future.
EDIT: Specifically no bump in base version prevents from making changes in other boot libraries to take advantage of new stuff (e.g. add Foldable1 instances).
Edited by Oleg Grenrus