| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add export lists to all modules. | Josh Rahm | 2022-11-23 |
| | | |||
| * | Remove more unused imports. | Josh Rahm | 2022-11-23 |
| | | | | | GHC left some of the unused imports as `import X ()` | ||
| * | Remove NoPersist.hs. It is redundant to ExtensionClass. | Josh Rahm | 2022-11-23 |
| | | |||
| * | Change to use minimal imports. | Josh Rahm | 2022-11-23 |
| | | | | | | This is achieved by using `stack build --ghc-options=-ddump-minimal-imports` and looking for the *.imports files. | ||
| * | Format with ormolu. | Josh Rahm | 2022-11-21 |
| | | |||
| * | Some new styling and better logging capabilites | Josh Rahm | 2022-10-09 |
| | | |||
| * | Infrastructure for better logging, finally! | Josh Rahm | 2022-10-09 |
| | | | | | | | | | Right now all existing logs are logged at Info, but this will change. This should make it significantly easier to debug things wit log levels like Trace. I may at some point define more log level endpoints or come up with a more expressive logging system, but this is a good start. | ||
| * | Rename Internal to Rahm.Desktop | Josh Rahm | 2022-10-09 |