1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-07-25 17:21:52 -07:00

CHANGES: Mention recompilation improvements

This commit is contained in:
Tomas Janousek
2021-08-07 23:55:44 +01:00
parent 782ac25b8e
commit ae97c1f107

@@ -57,6 +57,14 @@
* `DestroyWindowEvent` is now broadcasted to layouts to let them know * `DestroyWindowEvent` is now broadcasted to layouts to let them know
window-specific resources can be discarded. window-specific resources can be discarded.
* Recompilation now detects `stack.yaml` (can be a symlink) alongside
`xmonad.hs` and switches to using `stack ghc`. We also updated INSTALL.md
with instructions for cabal-install that lead to correct recompilation.
Deprecation warnings during recompilation are no longer suppressed to make
it easier for us to clean up the codebase. These can still be suppressed
manually using an `OPTIONS_GHC` pragma with `-Wno-deprecations`.
## 0.15 (September 30, 2018) ## 0.15 (September 30, 2018)
* Reimplement `sendMessage` to deal properly with windowset changes made * Reimplement `sendMessage` to deal properly with windowset changes made