From bc372a29f7ab22c470e3f75244e997d451c83b87 Mon Sep 17 00:00:00 2001 From: "joachim.fasting" Date: Tue, 19 Jun 2007 02:28:49 +0200 Subject: Anneal.hs: add module header. darcs-hash:20070619002849-ea16c-979a331830ebbb9f5bb48d5e98a9aca564e41591.gz --- Anneal.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Anneal.hs b/Anneal.hs index e35a90b..07094fc 100644 --- a/Anneal.hs +++ b/Anneal.hs @@ -1,3 +1,16 @@ +----------------------------------------------------------------------------- +-- | +-- Module : XMonadContrib.Anneal +-- Copyright : (c) David Roundy +-- License : BSD-style (see LICENSE) +-- +-- Maintainer : David Roundy +-- Stability : unstable +-- Portability : unportable +-- +-- +----------------------------------------------------------------------------- + module XMonadContrib.Anneal ( Rated(Rated), the_value, the_rating , anneal, annealMax ) where -- cgit v1.2.3