diff options
| author | aarne <unknown> | 2005-05-16 16:07:18 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-16 16:07:18 +0000 |
| commit | fc11aeef6d389f9d5f02959272c5a8efdebb61b7 (patch) | |
| tree | 7370a2924280ee8f275e1f1f1f3372cca03305f6 /src/tools | |
| parent | 486eed70c57ac584f16abdd07da012aa8b1d4b0b (diff) | |
more in tutorial
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/Htmls.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/Htmls.hs b/src/tools/Htmls.hs index 08c18c907..ce0b3bb28 100644 --- a/src/tools/Htmls.hs +++ b/src/tools/Htmls.hs @@ -4,9 +4,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/14 08:38:55 $ +-- > CVS $Date: 2005/05/16 17:07:18 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.10 $ +-- > CVS $Revision: 1.11 $ -- -- chop an HTML file into separate files, each linked to the next and previous. -- the names of the files are n-file, with n = 01,02,... @@ -19,6 +19,7 @@ module Main (main) where import System +import Char main :: IO () main = do |
