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

chore(nix): bump dependencies #1298

Merged
merged 3 commits into from
Nov 3, 2024
Merged

chore(nix): bump dependencies #1298

merged 3 commits into from
Nov 3, 2024

Commits on Nov 2, 2024

  1. chore(nix): pin ghc-wasm flake

    We explicitly pin the `ghc-wasm` flake at its currently locked rev, in
    preparation for bumping all the other Nix pins. (The most recent
    version of the `ghc-wasm` flake at the time of commit appears to be
    broken, so we'll need to deal with it separately.)
    
    Signed-off-by: Drew Hess <[email protected]>
    dhess committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    fb21665 View commit details
    Browse the repository at this point in the history
  2. chore(nix): bump dependencies

    Also, add a fix for this `haskell.nix` change:
    
    input-output-hk/haskell.nix@61fbe40
    
    Signed-off-by: Drew Hess <[email protected]>
    dhess committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    6716501 View commit details
    Browse the repository at this point in the history
  3. fix(hackage): pin http-client-tls to 0.3.6.3

    This is required due to this mess:
    
    snoyberg/http-client#547
    
    A different fix is required for Hoogle in the `nix develop` shell.
    See:
    
    input-output-hk/haskell.nix#2277
    
    Signed-off-by: Drew Hess <[email protected]>
    dhess committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    5b59500 View commit details
    Browse the repository at this point in the history