Skip to content
Commit 991654fa authored by Domen Kožar's avatar Domen Kožar Committed by Domen Kožar
Browse files

haskell: add combinator to enable DWARF debugging

Tested using:

$ cat test-strip.nix
with (import ./. {});
with haskell.lib;

haskell.packages.ghc802.override {
  overrides = self: super: {
    microlens = enableDWARFDebugging super.microlens;
  };
}

$ nix-build -A microlens test-strip.nix
$ objdump -t <path-to-so-file>
parent b7d257a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment