IntersectMBO / cardano-prelude

A protolude-based custom prelude for the Cardano project
Apache License 2.0
15 stars 11 forks source link

Make it build with ghc-9.8 #192

Closed erikd closed 11 months ago

lehins commented 11 months ago

You might wanna set this line to latest https://github.com/input-output-hk/cardano-prelude/blob/39a4235a2502a621da96648da88aa6fc6c1efaeb/.github/workflows/haskell.yml#L26

erikd commented 11 months ago

@lehins Using:

        cabal-version: latest

trys to install 3.6.2.0 and that fails.

lehins commented 11 months ago

Change this line to haskell-actions/setup@v2: https://github.com/input-output-hk/cardano-prelude/blob/39a4235a2502a621da96648da88aa6fc6c1efaeb/.github/workflows/haskell.yml#L22

angerman commented 11 months ago

LGTM. #193 tries to address the nix related issues.