Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: GHC 9.2.5 → 9.2.7, add GHC 9.4.4 #980

Merged
merged 1 commit into from
Apr 3, 2023

Commits on Apr 2, 2023

  1. CI: GHC 9.2.5 → 9.2.7, add GHC 9.4.4

    The "stack" CI job wasn't updated because we want the compiler to match
    the Stackage snapshot.
    
    Also bump Cabal to 3.8 to avoid the following error on Windows with GHC
    9.4.4:
    
        Building library for JuicyPixels-3.3.8..
        (snip)
        [ 6 of 30] Compiling Codec.Picture.Types ( src\Codec\Picture\Types.hs, dist\build\Codec\Picture\Types.o )
        ghc-9.4.4.exe: C:\sr\ghc-9.4.4\zlib-0.6.3.0-b93e42dc6c387b7136aeb178f9efa1886c66c11e\lib\libHSzlib-0.6.3.0-b93e42dc6c387b7136aeb178f9efa1886c66c11e.a(jaspervdj#6:Stream.o): Not a x86_64 PE+ file.
        ghc-9.4.4.exe: Unknown COFF 4 type in getHeaderInfo.
    
    See https://gitlab.haskell.org/ghc/ghc/-/issues/21990.
    
    Cabal version has to be specified in its entirety because
    actions/haskell can't install "3.8" for some reason.
    Minoru committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7726bc5 View commit details
    Browse the repository at this point in the history