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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 997c47c65648
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1204b2e0fb6b
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 10, 2020

  1. haskellPackages.haskell-language-server: Fix build

    In preparation of the upcoming 0.6.0 release I wanted to fix hls.
    
    It introduces two new plugin packages, which are not on hackage yet.
    
    I remove apply-refact overrides, because current apply-refact versions
    are compatible with all ghcs we support, according to their changelog.
    
    I override more of the hls dependencies globally on the whole package
    set, to avoid a lot of duplicate compilations. And because @peti changed
    my mind about this being a good practice.
    
    hls now uses a released version of ghcide
    maralorn committed Nov 10, 2020
    Copy the full SHA
    9bc60f6 View commit details

Commits on Nov 11, 2020

  1. Merge pull request #103359 from maralorn/bump-hls

    haskellPackages.haskell-language-server: Fix build
    maralorn authored Nov 11, 2020
    Copy the full SHA
    1204b2e View commit details
Loading