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: d79c1821cf13
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6996d5ced167
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 10, 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 #15960
    (Using -g causes differences in generated core) is fixed.
    domenkozar committed Sep 10, 2019
    Copy the full SHA
    769c65b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68362 from domenkozar/ghc-dwarf

    ghc: compile with DWARF support by default
    peti committed Sep 10, 2019
    Copy the full SHA
    6996d5c View commit details
    Browse the repository at this point in the history