diff options
-rw-r--r-- | Config.hs | 12 | ||||
-rw-r--r-- | Operations.hs | 12 |
2 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,15 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Config.hs +-- Copyright : (c) Spencer Janssen 2007 +-- License : BSD3-style (see LICENSE) +-- +-- Maintainer : dons@cse.unsw.edu.au +-- Stability : stable +-- Portability : portable +-- +----------------------------------------------------------------------------- + module Config where -- diff --git a/Operations.hs b/Operations.hs index 333ea19..ffdaa0a 100644 --- a/Operations.hs +++ b/Operations.hs @@ -1,3 +1,15 @@ +----------------------------------------------------------------------------- +-- | +-- Module : Operations.hs +-- Copyright : (c) Spencer Janssen 2007 +-- License : BSD3-style (see LICENSE) +-- +-- Maintainer : dons@cse.unsw.edu.au +-- Stability : stable +-- Portability : portable +-- +----------------------------------------------------------------------------- + module Operations where import Data.List |