mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Doc.hs: remove modules from export list.
Apparently GHC 6.8.1 issues a warning when a re-exported module does not itself export anything.
This commit is contained in:
parent
85d3577080
commit
9d6ec7f99f
@ -28,22 +28,18 @@ module XMonad.Doc
|
|||||||
|
|
||||||
-- * Configuring xmonad
|
-- * Configuring xmonad
|
||||||
-- $configuring
|
-- $configuring
|
||||||
module XMonad.Doc.Configuring,
|
|
||||||
|
|
||||||
-- * Extending xmonad with the xmonad-contrib library
|
-- * Extending xmonad with the xmonad-contrib library
|
||||||
-- $extending
|
-- $extending
|
||||||
module XMonad.Doc.Extending,
|
|
||||||
|
|
||||||
-- * Developing xmonad: an brief code commentary
|
-- * Developing xmonad: an brief code commentary
|
||||||
-- $developing
|
-- $developing
|
||||||
module XMonad.Doc.Developing
|
|
||||||
|
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
import XMonad.Doc.Configuring ()
|
||||||
import XMonad.Doc.Configuring
|
import XMonad.Doc.Extending ()
|
||||||
import XMonad.Doc.Extending
|
import XMonad.Doc.Developing ()
|
||||||
import XMonad.Doc.Developing
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
--
|
--
|
||||||
@ -68,23 +64,24 @@ release. You can find the tarball here
|
|||||||
|
|
||||||
{- $configuring
|
{- $configuring
|
||||||
|
|
||||||
This module is dedicated at configuring xmonad. A brief tutorial will
|
"XMonad.Doc.Configuring" is dedicated at configuring xmonad. A brief
|
||||||
guide you through the basic configuration steps.
|
tutorial will guide you through the basic configuration steps.
|
||||||
|
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{- $extending
|
{- $extending
|
||||||
|
|
||||||
This module is dedicated at extending xmonad with the xmonad-contrib
|
"XMonad.Doc.Extending" is dedicated at extending xmonad with the
|
||||||
library. You will find an overview of the library and instruction on
|
xmonad-contrib library. You will find an overview of the library and
|
||||||
installing contributed extensions.
|
instruction on installing contributed extensions.
|
||||||
|
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{- $developing
|
{- $developing
|
||||||
|
|
||||||
This module consists of a brief description of the xmonad internals.
|
"XMonad.Doc.Developing" consists of a brief description of the xmonad
|
||||||
It is mainly intended for contributors and basically provides a brief
|
internals. It is mainly intended for contributors and basically
|
||||||
code commentary with link to the source code documentation.
|
provides a brief code commentary with link to the source code
|
||||||
|
documentation.
|
||||||
|
|
||||||
-}
|
-}
|
Loading…
x
Reference in New Issue
Block a user