diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Infra/ReadFiles.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Infra/ReadFiles.hs')
| -rw-r--r-- | src/GF/Infra/ReadFiles.hs | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/GF/Infra/ReadFiles.hs b/src/GF/Infra/ReadFiles.hs index 414df59bb..19da55ca6 100644 --- a/src/GF/Infra/ReadFiles.hs +++ b/src/GF/Infra/ReadFiles.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/15 17:18:52 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.21 $ +-- > CVS $Date: 2005/04/21 16:22:39 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.22 $ -- -- Decide what files to read as function of dependencies and time stamps. -- @@ -18,7 +18,7 @@ -- and @file.gfc@ or @file.gfr@ otherwise. ----------------------------------------------------------------------------- -module ReadFiles (-- * Heading 1 +module GF.Infra.ReadFiles (-- * Heading 1 getAllFiles,fixNewlines,ModName,getOptionsFromFile, -- * Heading 2 gfcFile,gfFile,gfrFile,isGFC,resModName,isOldFile @@ -26,15 +26,15 @@ module ReadFiles (-- * Heading 1 import Arch (selectLater, modifiedFiles, ModTime, getModTime,laterModTime) -import Option -import Operations -import UseIO +import GF.Infra.Option +import GF.Data.Operations +import GF.Infra.UseIO import System -import Char -import Monad -import List -import Directory +import Data.Char +import Control.Monad +import Data.List +import System.Directory type ModName = String type ModEnv = [(ModName,ModTime)] |
