diff options
| author | peb <unknown> | 2005-02-04 09:10:28 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-04 09:10:28 +0000 |
| commit | 6381f3a9987f44c4c827ab2c9033519f191a2cce (patch) | |
| tree | 003cbe139a73453441ffaff8e3d9546ef3aac2b0 /src/GF/Shell | |
| parent | b2a6b1a176e1f707d3b14a9b35866d7a01406f23 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/CommandL.hs | 14 | ||||
| -rw-r--r-- | src/GF/Shell/Commands.hs | 14 | ||||
| -rw-r--r-- | src/GF/Shell/JGF.hs | 14 | ||||
| -rw-r--r-- | src/GF/Shell/PShell.hs | 14 | ||||
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 14 | ||||
| -rw-r--r-- | src/GF/Shell/SubShell.hs | 14 | ||||
| -rw-r--r-- | src/GF/Shell/TeachYourself.hs | 14 |
7 files changed, 98 insertions, 0 deletions
diff --git a/src/GF/Shell/CommandL.hs b/src/GF/Shell/CommandL.hs index a01e9cf08..4c5ec4a94 100644 --- a/src/GF/Shell/CommandL.hs +++ b/src/GF/Shell/CommandL.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module CommandL where import Operations diff --git a/src/GF/Shell/Commands.hs b/src/GF/Shell/Commands.hs index b1f43ddbe..64a23d26f 100644 --- a/src/GF/Shell/Commands.hs +++ b/src/GF/Shell/Commands.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module Commands where import Operations diff --git a/src/GF/Shell/JGF.hs b/src/GF/Shell/JGF.hs index 916d0fafd..ff274db97 100644 --- a/src/GF/Shell/JGF.hs +++ b/src/GF/Shell/JGF.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module JGF where import Operations diff --git a/src/GF/Shell/PShell.hs b/src/GF/Shell/PShell.hs index dd62067f2..08ba2a4e1 100644 --- a/src/GF/Shell/PShell.hs +++ b/src/GF/Shell/PShell.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module PShell where import Operations diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index dda54e1c9..58fc527bf 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module ShellCommands where import qualified Ident as I diff --git a/src/GF/Shell/SubShell.hs b/src/GF/Shell/SubShell.hs index bdfbe8884..a389d4b76 100644 --- a/src/GF/Shell/SubShell.hs +++ b/src/GF/Shell/SubShell.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module SubShell where import Operations diff --git a/src/GF/Shell/TeachYourself.hs b/src/GF/Shell/TeachYourself.hs index e3576e7ed..3e2cf86c3 100644 --- a/src/GF/Shell/TeachYourself.hs +++ b/src/GF/Shell/TeachYourself.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module TeachYourself where import ShellState |
