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

Freeze the package versions based on the ones from nixpkgs #117

Merged
merged 3 commits into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. Pin the Cabal package versions provided by Nix

    This prevents Icepeak from being built using the wrong versions after a
    `cabal update`. We could disable Hackage completely but that would break
    non-Nix builds.
    robbert-vdh committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7b926ce View commit details
    Browse the repository at this point in the history
  2. Check frozen version bounds using a dry run build

    This makes sure the package versions from nixpkgs and the versions
    specified in the freeze file are in sync.
    robbert-vdh authored and OpsBotPrime committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    424e301 View commit details
    Browse the repository at this point in the history
  3. Merge #117: Freeze the package versions based on the ones from nixpkgs

    Approved-by: robbert-vdh
    Auto-deploy: false
    OpsBotPrime committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4173a02 View commit details
    Browse the repository at this point in the history