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-09-02 04:19:11 -05:00
2017-08-30 21:07:07 +02:00
2017-08-31 10:45:31 +02:00
2017-09-01 13:07:39 +02:00
2017-09-02 11:25:50 +01:00
2017-09-01 14:13:21 +01:00
2017-09-02 08:20:22 +01:00
2017-09-01 17:35:17 +02:00
2017-09-02 01:13:29 +02:00
2017-09-01 11:38:38 +03:00
2017-08-25 15:10:02 -04:00
2017-09-02 08:24:57 +01:00
2017-09-02 04:19:11 -05:00