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: d940d24ff479
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1b13a8f2e747
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 20, 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 Nov 20, 2019
    1
    Copy the full SHA
    7217090 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Merge pull request #69552 from domenkozar/ghc-dwarf

    ghc: compile with DWARF support by default
    domenkozar committed Nov 22, 2019
    Copy the full SHA
    1b13a8f View commit details
    Browse the repository at this point in the history