Skip to content

Remove cabal.project.freeze #2450

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

Merged
merged 11 commits into from
Mar 13, 2021
Merged

Remove cabal.project.freeze #2450

merged 11 commits into from
Mar 13, 2021

Conversation

ttuegel
Copy link
Contributor

@ttuegel ttuegel commented Mar 10, 2021

The Cabal Test workflow was failing because the cabal.project.freeze file was outdated. This file will become outdated regularly, but with proper attention to maintenance, it's not necessary to keep it.


Review checklist

The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed.

  • Summary. Write a summary of the changes. Explain what you did to fix the issue, and why you did it. Present the changes in a logical order. Instead of writing a summary in the pull request, you may push a clean Git history.
  • Documentation. Write documentation for new functions. Update documentation for functions that changed, or complete documentation where it is missing.
  • Tests. Write unit tests for every change. Write the unit tests that were missing before the changes. Include any examples from the reported issue as integration tests.
  • Clean up. The changes are already clean. Clean up anything near the changes that you noticed while working. This does not mean only spatially near the changes, but logically near: any code that interacts with the changes!

@ttuegel ttuegel changed the title Update cabal.project.freeze Remove cabal.project.freeze Mar 11, 2021
ttuegel and others added 4 commits March 12, 2021 18:18
This script is no longer necessary because we are not storing the freezer file
in the repository.
@ttuegel ttuegel merged commit 57ad329 into master Mar 13, 2021
@ttuegel ttuegel deleted the cabal-freeze branch March 13, 2021 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant