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-04-21 16:25:52 +02:00
2017-08-23 14:03:39 +02:00
2017-08-03 13:12:01 +02:00
2017-08-23 19:53:11 +02:00
2017-08-23 19:53:11 +02:00
2017-08-23 19:53:11 +02:00
2017-08-23 19:53:11 +02:00
2017-08-23 19:53:11 +02:00
2017-08-23 19:53:11 +02:00
2017-08-08 10:09:56 +02:00
2017-08-25 14:42:04 +02:00
2017-09-01 13:49:56 +00:00
2017-08-03 13:12:01 +02:00
2017-08-31 21:54:15 +02:00
2017-08-03 13:12:01 +02:00
2017-08-17 22:43:15 +02:00
2017-08-03 13:12:01 +02:00
2017-08-19 16:26:30 +02:00
2017-06-15 10:22:25 +02:00
2017-08-31 21:54:17 +02:00
2016-09-20 12:04:46 +02:00
2017-08-19 17:20:39 +02:00
2017-09-02 11:25:50 +01:00
2017-08-06 21:46:49 +02:00
2017-08-07 21:41:30 +02:00