summaryrefslogtreecommitdiff
path: root/src/GF/Infra
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-04 09:10:28 +0000
committerpeb <unknown>2005-02-04 09:10:28 +0000
commit6381f3a9987f44c4c827ab2c9033519f191a2cce (patch)
tree003cbe139a73453441ffaff8e3d9546ef3aac2b0 /src/GF/Infra
parentb2a6b1a176e1f707d3b14a9b35866d7a01406f23 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/Infra')
-rw-r--r--src/GF/Infra/CheckM.hs14
-rw-r--r--src/GF/Infra/Comments.hs14
-rw-r--r--src/GF/Infra/Ident.hs14
-rw-r--r--src/GF/Infra/Modules.hs14
-rw-r--r--src/GF/Infra/Option.hs14
-rw-r--r--src/GF/Infra/ReadFiles.hs14
-rw-r--r--src/GF/Infra/UseIO.hs14
7 files changed, 98 insertions, 0 deletions
diff --git a/src/GF/Infra/CheckM.hs b/src/GF/Infra/CheckM.hs
index 2ce1a4e95..3794cc903 100644
--- a/src/GF/Infra/CheckM.hs
+++ b/src/GF/Infra/CheckM.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module CheckM where
import Operations
diff --git a/src/GF/Infra/Comments.hs b/src/GF/Infra/Comments.hs
index 442728b80..e5f74f5ab 100644
--- a/src/GF/Infra/Comments.hs
+++ b/src/GF/Infra/Comments.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module Comments where
-- comment removal : line tails prefixed by -- as well as chunks in {- ... -}
diff --git a/src/GF/Infra/Ident.hs b/src/GF/Infra/Ident.hs
index 3e564460c..fe2d7d82d 100644
--- a/src/GF/Infra/Ident.hs
+++ b/src/GF/Infra/Ident.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module Ident where
import Operations
diff --git a/src/GF/Infra/Modules.hs b/src/GF/Infra/Modules.hs
index 22c8b242a..533ba75c8 100644
--- a/src/GF/Infra/Modules.hs
+++ b/src/GF/Infra/Modules.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module Modules where
import Ident
diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs
index 89b0700a1..4aab45d4d 100644
--- a/src/GF/Infra/Option.hs
+++ b/src/GF/Infra/Option.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module Option where
import List (partition)
diff --git a/src/GF/Infra/ReadFiles.hs b/src/GF/Infra/ReadFiles.hs
index 683eef04d..c9572d75b 100644
--- a/src/GF/Infra/ReadFiles.hs
+++ b/src/GF/Infra/ReadFiles.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module ReadFiles
--- where
diff --git a/src/GF/Infra/UseIO.hs b/src/GF/Infra/UseIO.hs
index b37e695bc..e68fd7949 100644
--- a/src/GF/Infra/UseIO.hs
+++ b/src/GF/Infra/UseIO.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module UseIO where
import Operations