mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Anneal.hs: add module header.
This commit is contained in:
parent
53569827b4
commit
da5e7b9e2a
13
Anneal.hs
13
Anneal.hs
@ -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
|
||||
, anneal, annealMax ) where
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user