You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a Haskell-CI patch file containing workarounds for the following
`cabal` issues when building with `head.hackage` + GHC 9.12:
* haskell/cabal#6522: Remove the use of
`head.hackage.ghc.haskell.org:override` in the `cabal` configuration file so
that `ghc-paths`' custom `Setup.hs` script can find a suitable `Cabal`
version.
* haskell/cabal#10500: Remove the use of
`allow-newer: *:Cabal *:Cabal-syntax` in the generated `cabal.project` file.
We should be able to remove this patch file once we no longer depend on the use
of `head.hackage`, as well as when Haskell-CI upgrades to use
`cabal-install-3.14`.
This adds a Haskell-CI patch file containing workarounds for the following
`cabal` issues when building with `head.hackage` + GHC 9.12:
* haskell/cabal#6522: Remove the use of
`head.hackage.ghc.haskell.org:override` in the `cabal` configuration file so
that `ghc-paths`' custom `Setup.hs` script can find a suitable `Cabal`
version.
* haskell/cabal#10500: Remove the use of
`allow-newer: *:Cabal *:Cabal-syntax` in the generated `cabal.project` file.
We should be able to remove this patch file once we no longer depend on the use
of `head.hackage`, as well as when Haskell-CI upgrades to use
`cabal-install-3.14`.
This adds a Haskell-CI patch file containing workarounds for the following
`cabal` issues when building with `head.hackage` + GHC 9.12:
* haskell/cabal#6522: Remove the use of
`head.hackage.ghc.haskell.org:override` in the `cabal` configuration file so
that `ghc-paths`' custom `Setup.hs` script can find a suitable `Cabal`
version.
* haskell/cabal#10500: Remove the use of
`allow-newer: *:Cabal *:Cabal-syntax` in the generated `cabal.project` file.
We should be able to remove this patch file once we no longer depend on the use
of `head.hackage`, as well as when Haskell-CI upgrades to use
`cabal-install-3.14`.
The
allow-newer: pkg:Cabal
should IMHO relax also thesetup-depends
.The text was updated successfully, but these errors were encountered: