diff options
| author | bringert <unknown> | 2005-04-21 15:45:56 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:45:56 +0000 |
| commit | f3bdbbef58ce2fe00dff66e99e0c4799b443d747 (patch) | |
| tree | f1f2892de2a4f72453ce3166448748e827ebd4c2 /src/GF/Fudgets | |
| parent | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (diff) | |
Removed for-ghc, for-ghc-nofud and for-windows directories.
Diffstat (limited to 'src/GF/Fudgets')
| -rw-r--r-- | src/GF/Fudgets/ArchEdit.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/Fudgets/ArchEdit.hs b/src/GF/Fudgets/ArchEdit.hs index 74b31b5a9..5bc0dc84b 100644 --- a/src/GF/Fudgets/ArchEdit.hs +++ b/src/GF/Fudgets/ArchEdit.hs @@ -5,19 +5,19 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:10 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.3 $ +-- > CVS $Date: 2005/04/21 16:46:05 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.4 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module ArchEdit ( +module GF.Fudgets.ArchEdit ( fudlogueEdit, fudlogueWrite, fudlogueWriteUni ) where -import CommandF -import UnicodeF +import GF.Fudgets.CommandF +import GF.Fudgets.UnicodeF -- architecture/compiler dependent definitions for unix/ghc, if Fudgets works. -- If not, use the modules in for-ghci |
