From b7e1e31909fe6e89887ade077c90c5fdb2081434 Mon Sep 17 00:00:00 2001 From: bringert Date: Sat, 20 May 2006 02:56:06 +0000 Subject: 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. --- src/GF.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GF.hs') 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" ] -- cgit v1.2.3