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

Support revisions and more #1775

Merged

Commits on Jan 24, 2023

  1. Support revisions

    Cabal files are now obtained from the index tarball (as cabal does)
    directly. This allows us to always pick the cabal file revision that
    cabal would pick, without having to understand or reference hackage.
    andreabedini committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6b08433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5318f46 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update materialized files

    hamishmack committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    35320d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Eval on x86_64-linux

    hamishmack committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    040b99e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e33af2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    5e1c569 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Replace pkgs.writeText with passAsFile

    Nix derivations are already able to pass a attribute to the builder as a
    file. This means we don't need to use pkgs.writeText to turn the
    cabalFile attribute into a file, saving one derivation.
    andreabedini committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    89d3d48 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    cb27438 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    dc77b0a View commit details
    Browse the repository at this point in the history