summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-05-20 02:56:06 +0000
committerbringert <bringert@cs.chalmers.se>2006-05-20 02:56:06 +0000
commitb7e1e31909fe6e89887ade077c90c5fdb2081434 (patch)
tree0a51c14881df222ac5799330a7abddd66eb968b5 /src/GF.hs
parent49849d7fe381bdf20e66e5255ee7d27a8dc300f9 (diff)
Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, change all latin-1 characters in haskell code to escapes.
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF.hs b/src/GF.hs
index 8cbc45f68..5672b9150 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -125,7 +125,7 @@ welcomeMsgLib = do
welcomeMsg lib =
"Welcome to " ++ authorMsg ++++
- "If ä and ö (umlaut letters) look strange, see 'h -coding'." ++
+ "If \228 and \246 (umlaut letters) look strange, see 'h -coding'." ++
"\n" ++ lib ++
"\n\nType 'h' for help, and 'h [Command] for more detailed help.\n"
@@ -133,9 +133,9 @@ authorMsg = unlines [
"Grammatical Framework, Version " ++ version,
"Compiled " ++ today,
"Copyright (c)",
- "Björn Bringert, Håkan Burden, Hans-Joachim Daniels, Markus Forsberg",
- "Thomas Hallgren, Harald Hammarström, Kristofer Johannisson,",
- "Janna Khegai, Peter Ljunglöf, Petri Mäenpää, and",
+ "Bj\246rn Bringert, H\229kan Burden, Hans-Joachim Daniels, Markus Forsberg",
+ "Thomas Hallgren, Harald Hammarstr\246m, Kristofer Johannisson,",
+ "Janna Khegai, Peter Ljungl\246f, Petri M\228enp\228\228, and",
"Aarne Ranta, 1998-2006, under GNU General Public License (GPL)",
"Bug reports to aarne@cs.chalmers.se"
]