summaryrefslogtreecommitdiff
path: root/SemanticMain.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-08-09 10:00:00 +1000
committerJed Barber <jjbarber@y7mail.com>2012-08-09 10:00:00 +1000
commitae0f988490cde70c097a8b04b85cb68e67ace0d6 (patch)
tree8afc6e49606df6ca1719be9266cf005a4d1da600 /SemanticMain.hs
parent4797fad4d7da8d667239b5b5049edb5929d09d8b (diff)
Fixed getArgs error when compiling with GHC 7+
Diffstat (limited to 'SemanticMain.hs')
-rw-r--r--SemanticMain.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SemanticMain.hs b/SemanticMain.hs
index 61ba16d..74c7c3b 100644
--- a/SemanticMain.hs
+++ b/SemanticMain.hs
@@ -1,4 +1,4 @@
-import System( getArgs )
+import System.Environment( getArgs )
import Text.Printf
import Parse
import Semantic