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: 88661bfb6443
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 708cb6b307b0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 12, 2020

  1. Copy the full SHA
    8594285 View commit details
  2. Merge pull request #85101 from Ericson2314/document-haskell-env-changes

    nixos/doc: Document breaking change to Haskell dev shells for 20.03
    Ericson2314 authored Apr 12, 2020
    Copy the full SHA
    708cb6b View commit details
Showing with 9 additions and 0 deletions.
  1. +9 −0 nixos/doc/manual/release-notes/rl-2003.xml
9 changes: 9 additions & 0 deletions nixos/doc/manual/release-notes/rl-2003.xml
Original file line number Diff line number Diff line change
@@ -933,6 +933,15 @@ services.dnsmasq.servers = [ "127.0.0.1#43" ];
<link xlink:href="https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-194-5908846.html">release notes</link>.
</para>
</listitem>
<listitem>
<para>
Haskell <varname>env</varname> and <varname>shellFor</varname> dev shell environments now organized dependencies the same way as regular builds.
In particular, rather than receiving all the different lists of dependencies master together as one big lists, and then partitioning into Haskell and non-Hakell dependencies, they work from the original many different dependency parameters and don't need to algorithmically partition anything.
</para>
<para>
This means that if you incorrectly categorize a dependency, e.g. non-Haskell library dependency as a <varname>buildDepends</varname> or run-time Haskell dependency as a <varname>setupDepends</varname>, whereas things would have worked before they may not work now.
</para>
</listitem>
<listitem>
<para>
The <package>gcc-snapshot</package>-package has been removed. It's marked as broken for &gt;2 years and used to point