mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 04:01:52 -07:00
Rename LR to CLR
Some modules in xmonad-contrib define their own LR type with L and R as data constructors, leading to build failures; this fixes that.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
cast `Layout` back into a concrete type and extract current layout state
|
||||
from it.
|
||||
|
||||
* Export constructor for `Choose` and `LR` from `Module.Layout` to allow
|
||||
* Export constructor for `Choose` and `CLR` from `Module.Layout` to allow
|
||||
pattern-matching on the left and right sub-layouts of `Choose l r a`.
|
||||
|
||||
## 0.15 (September 30, 2018)
|
||||
|
Reference in New Issue
Block a user