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-17 14:53:40 -07:00
2017-09-02 04:19:11 -05:00
2017-08-11 16:29:14 +00:00
2017-08-01 22:03:30 +02:00
2017-09-02 11:25:50 +01:00
2017-08-23 06:45:32 -05:00
2017-08-30 21:07:07 +02:00
2017-08-31 21:29:26 +02:00
2017-08-18 02:22:04 +02:00
2017-08-01 22:03:30 +02:00
2017-08-17 15:46:01 +00:00
2017-09-01 16:47:11 +01:00
2017-08-30 02:33:23 +00:00
2017-08-19 21:07:57 +02:00
2017-08-26 16:03:31 +02:00
2017-09-02 05:31:22 +02:00
2017-08-01 22:03:30 +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