slotThe
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
slotThe
2469269119
New module: XMonad.Prelude
...
This is a convenience module in order to have less import noise. It
re-exports the following:
a) Commonly used modules in full (Data.Foldable, Data.Applicative, and
so on); though only those that play nicely with each other, so that
XMonad.Prelude can be imported unqualified without any problems.
This prevents things like `Prelude.(.)` and `Control.Category.(.)`
fighting with each other.
b) Helper functions that don't necessarily fit in any other module;
e.g., the often used abbreviation `fi = fromIntegral`.
2021-05-13 17:44:47 +02:00
Tomas Janousek
6179ed9dbe
X.L.LimitWindows: Silence duplicate export warnings in tests
2021-01-26 22:21:20 +00:00
slotThe
f3024e6779
Remove unnecessary imports of Control.Applicative
2019-10-08 10:21:15 +02:00
Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Adam Vogt
067ccb950e
Export types to reduce haddock warnings.
2010-10-23 19:57:55 +00:00
Adam Vogt
c3c06a4567
Use CPP to add to exports for Selective tests (L.LimitWindows)
2010-04-19 01:43:44 +00:00
gwern0
796b775d5c
LimitWindows.hs: rm trailing whitespace
2010-03-14 21:00:30 +00:00
Brent Yorgey
b435a6a519
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
2010-01-12 17:25:07 +00:00
Adam Vogt
ca29a33f56
Remove NamedFieldPuns from L.LimitWindows
...
This is more ugly, but otherwise we have lots of trouble for ghc-6.8
compatibility (due to the recomended flag having changed)
2009-10-15 01:01:23 +00:00
Adam Vogt
6ef8fd353d
Note L.Minimize in L.LimitWindows haddocks.
2009-10-14 20:53:26 +00:00
Max Rabkin
2b31698e15
Move limitSelect into L.LimitWindows
2009-10-14 20:22:13 +00:00
Adam Vogt
41d8b2b22a
Fix window ordering bug in L.LimitWindows
2009-06-22 00:43:09 +00:00
Adam Vogt
708b8a7d96
L.LimitWindows add usage information, functions to modify the limit
2009-06-22 00:01:15 +00:00
Adam Vogt
d823d9e68c
Add L.LimitWindows layout modifier
2009-06-19 05:27:31 +00:00