GHC 9.6 compatibility
commit87ac120385665d819580dd0ace80570c111a3e7b
authorArtem Pelenitsyn <a.pelenitsyn@gmail.com>
Sun, 12 Feb 2023 01:32:34 +0000 (11 20:32 -0500)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 23 Feb 2023 20:26:51 +0000 (23 20:26 +0000)
tree661589b934d319df510d1a84b4755490579494dd
parent9e417fa2b76f6b0ce7e3110cb27038d5a6cca6d9
GHC 9.6 compatibility

- -XTypeInType is deprecated
- skip failing JS test on Windows
  Cf. https://github.com/haskell/cabal/pull/8754#issuecomment-1435535763
- deal with lift2A in Prelude since base-4.18 (GHC 9.6)
- disable everfailing Backpack tests
Cabal-syntax/src/Distribution/Utils/Structured.hs
cabal-install/src/Distribution/Client/VCS.hs
cabal-testsuite/PackageTests/Backpack/Includes2/setup-external.test.hs
cabal-testsuite/PackageTests/Backpack/Includes2/setup-per-component.test.hs
cabal-testsuite/PackageTests/Backpack/Includes3/setup-external-ok.test.hs
cabal-testsuite/PackageTests/JS/JsSources/js-arch.test.hs