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

Update dependency: deps/haskell-backend_release #235

Merged
merged 6 commits into from
Jul 14, 2023

Conversation

rv-jenkins
Copy link
Contributor

No description provided.

@@ -53,6 +66,7 @@ jobs:
fi

if ${changed}; then
cabal update
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDK why this is necessary... but without it, the cabal freeze call would not find any hackage-supplied packages (only the co-log that we request explicitly in the cabal.project would be available). 🤷‍♂️

Comment on lines +46 to +49
- uses: haskell/actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ env.ghc_version }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cabal freeze command was previously picking up the newer ghc from the runner installation (which brought a base library newer than our requested one). I tried running it under a nix shell but with the same result.
The Haskell installation takes some time and we need to manually change the GHC version when we upgrade but we would anyway want to do that IMHO

@rv-jenkins rv-jenkins merged commit 8bc6700 into main Jul 14, 2023
7 checks passed
@rv-jenkins rv-jenkins deleted the _update-deps/runtimeverification/haskell-backend branch July 14, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants