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:
slotThe
2020-12-13 17:23:14 +01:00
parent 28e75da77f
commit b3c860b892
2 changed files with 25 additions and 25 deletions

View File

@@ -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)