summaryrefslogtreecommitdiff
path: root/SemanticMain.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-09-13 02:14:04 +1000
committerJed Barber <jjbarber@y7mail.com>2012-09-13 02:14:04 +1000
commitea3f1f7736c57747e743a5106b917d2853c62f57 (patch)
treef6aa645c04b3606694184fa9b949abd020550643 /SemanticMain.hs
parentec95ea382132f0702e5046a721e4d8ea4cdc82e3 (diff)
Cleaner directory structure, addition of make clean, grouping of library modules into a single package
Diffstat (limited to 'SemanticMain.hs')
-rw-r--r--SemanticMain.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/SemanticMain.hs b/SemanticMain.hs
index 74c7c3b..c07fc8c 100644
--- a/SemanticMain.hs
+++ b/SemanticMain.hs
@@ -1,7 +1,7 @@
import System.Environment( getArgs )
import Text.Printf
-import Parse
-import Semantic
+import Library.Parse
+import Library.Semantic