Anneal.hs: add module header.

This commit is contained in:
joachim.fasting 2007-06-19 00:28:49 +00:00
parent 53569827b4
commit da5e7b9e2a

View File

@ -1,3 +1,16 @@
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.Anneal
-- Copyright : (c) David Roundy
-- License : BSD-style (see LICENSE)
--
-- Maintainer : David Roundy <droundy@darcs.org>
-- Stability : unstable
-- Portability : unportable
--
--
-----------------------------------------------------------------------------
module XMonadContrib.Anneal ( Rated(Rated), the_value, the_rating module XMonadContrib.Anneal ( Rated(Rated), the_value, the_rating
, anneal, annealMax ) where , anneal, annealMax ) where