From ea3f1f7736c57747e743a5106b917d2853c62f57 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 13 Sep 2012 02:14:04 +1000 Subject: Cleaner directory structure, addition of make clean, grouping of library modules into a single package --- Syntactic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Syntactic.hs') diff --git a/Syntactic.hs b/Syntactic.hs index 6ce8561..870cc35 100644 --- a/Syntactic.hs +++ b/Syntactic.hs @@ -1,6 +1,6 @@ import System.Environment( getArgs ) import Text.Printf -import Parse +import Library.Parse -- cgit