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: NixOS/nixpkgs
base: 8babfa7fa562
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ad719bf6d15e
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 2, 2021

  1. haskellPackages: restrict a few packages depending on haskell-gi

    haskell-gi and haskell-gi-base have released a 0.25.0 version on
    hackage, but hackage nightly still has an 0.24.* version.
    
    However there are some packages depending on haskell-gi like gi-vte
    which are not in stackage, but have releases on hackage which address
    the changes in 0.25.0. The resulting mismatched versions result in
    compilation failures which are addressed by restricting these packages
    to a version supporting 0.24.* temporarily until Stackage Nightly
    catches up.
    
    The most prominent package affected by this breakage was termonad which
    depends gi-vte, cc @cdepillabout on this.
    sternenseemann committed Apr 2, 2021
    1
    Copy the full SHA
    ad719bf View commit details
    Browse the repository at this point in the history