Files
nixpkgs/pkgs/development
Domen Kožar 991654fa4a 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>
2017-09-02 11:25:50 +01:00
..
2017-08-11 16:29:14 +00:00
2017-08-31 21:29:26 +02:00
2017-08-31 21:59:06 +02:00
2017-08-30 21:05:45 +08:00
2017-09-02 04:19:11 -05:00
2017-08-30 02:57:36 +02:00