Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: input-output-hk/haskell.nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: input-output-hk/haskell.nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hkm/pkgs-static
Choose a head ref
  • 9 commits
  • 12 files changed
  • 1 contributor

Commits on Jul 31, 2025

  1. Fix support for pkgsStatic

    This should fix using both the haskell.nix GHC and nixpkgs GHC with pkgsStatic:
    
    ```
     nix-build -E '((import ./. {}).pkgs.pkgsStatic.haskell-nix.tool "ghc9122" "hello" {})'
    nix-build -E '((import ./. {}).pkgs.pkgsStatic.haskell-nix.tool "ghc9122" "hello" { compilerSelection = p: p.haskell.compiler; })'
    ```
    
    Fixes #2421
    hamishmack committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    4e77783 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Add comment

    hamishmack committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    20b8f90 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    4d7b228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e7311 View commit details
    Browse the repository at this point in the history
  3. Disable failing tests

    hamishmack committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    76c82ae View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    2d73267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eea054 View commit details
    Browse the repository at this point in the history
  3. Fix crossSuffix'

    hamishmack committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    90002de View commit details
    Browse the repository at this point in the history
  4. Bump head.hackage

    hamishmack committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    9755391 View commit details
    Browse the repository at this point in the history
Loading