summaryrefslogtreecommitdiff
path: root/src/GF
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF')
-rw-r--r--src/GF/System/ArchEdit.hs30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/GF/System/ArchEdit.hs b/src/GF/System/ArchEdit.hs
new file mode 100644
index 000000000..89a92faaf
--- /dev/null
+++ b/src/GF/System/ArchEdit.hs
@@ -0,0 +1,30 @@
+----------------------------------------------------------------------
+-- |
+-- Module : ArchEdit
+-- Maintainer : AR
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date: 2005/03/30 12:41:12 $
+-- > CVS $Author: aarne $
+-- > CVS $Revision: 1.1 $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
+module ArchEdit (
+ fudlogueEdit, fudlogueWrite, fudlogueWriteUni
+ ) where
+
+fudlogueEdit :: a -> b -> IO ()
+fudlogueEdit _ _ = do
+ putStrLn "sorry no fudgets available in Hugs"
+ return ()
+
+fudlogueWrite :: a -> b -> IO ()
+fudlogueWrite _ _ = do
+ putStrLn "sorry no fudgets available in Hugs"
+
+fudlogueWriteUni :: a -> b -> IO ()
+fudlogueWriteUni _ _ = do
+ putStrLn "sorry no fudgets available in Hugs"