| 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 ()` | ||
| * | 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 |
| | | |||
| * | Rename Lang to WindowManagementLanguage (Moved to Wml.hs). Add more features ↵ | Josh Rahm | 2022-10-09 |
| | | | | | to it. | ||
| * | Rename Internal to Rahm.Desktop | Josh Rahm | 2022-10-09 |