Thomas Sutton
Thomas Sutton
Using boxes for `du hh` output makes it hard to grep the output due to the right padding. Here's a contrived shell session. ``` $ hh du /some/directory 1G /some/directory/ABC/...
I have a package containing a library and a test suite. The library has one `exposed-module` and a number of `other-modules`, all in `lib/`. The test suite uses `hs-source-dirs: lib,...
I am using `--ignore-package base` to avoid having `base` reported as a redundant dependency. This results in `Ignoring 1 package` reported for each and every package component, even those which...