Export types to reduce haddock warnings.

This commit is contained in:
Adam Vogt
2010-10-23 19:57:55 +00:00
parent 0226b8cb4f
commit 067ccb950e
65 changed files with 125 additions and 58 deletions

View File

@@ -21,7 +21,8 @@ module XMonad.Layout.WindowNavigation (
Navigate(..), Direction2D(..),
MoveWindowToWindow(..),
navigateColor, navigateBrightness,
noNavigateBorders, defaultWNConfig
noNavigateBorders, defaultWNConfig,
WNConfig, WindowNavigation,
) where
import Data.List ( nub, sortBy, (\\) )