From 5ff33f47be003088bd5a5b0e5b7c35a83151a751 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 20 Dec 2012 16:05:34 +0000 Subject: added alltenses to the default search path (just like prelude) --- src/compiler/GF/Compile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF/Compile.hs') diff --git a/src/compiler/GF/Compile.hs b/src/compiler/GF/Compile.hs index cd5c643b2..b8db1e1a9 100644 --- a/src/compiler/GF/Compile.hs +++ b/src/compiler/GF/Compile.hs @@ -124,7 +124,7 @@ compileModule opts1 env file = do exists <- ioeIO $ doesFileExist file1 if exists then return file1 - else ioeErr $ Bad (render (text "None of this files exist:" $$ nest 2 (text file $$ text file1))) + else ioeErr $ Bad (render (text "None of these files exists:" $$ nest 2 (text file $$ text file1))) else ioeErr $ Bad (render (text "File" <+> text file <+> text "does not exist.")) compileOne :: Options -> CompileEnv -> FullPath -> IOE CompileEnv -- cgit v1.2.3