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: f94ca351988c^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cbb446e44d69
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 26, 2019

  1. ghc: compile with DWARF support by default

    This allows our GHCs to build programs with DWARF debug information
    when -g is passed, see https://ghc.haskell.org/trac/ghc/wiki/DWARF.
    
    Compiling with debug symbols is off by default until GHC ticket
    https://gitlab.haskell.org/ghc/ghc/issues/15960
    (Using -g causes differences in generated core) is fixed.
    domenkozar committed Sep 26, 2019
    Copy the full SHA
    f94ca35 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Copy the full SHA
    cbb446e View commit details
    Browse the repository at this point in the history