summaryrefslogtreecommitdiff
path: root/ProofGraphMain.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 /ProofGraphMain.hs
parent4797fad4d7da8d667239b5b5049edb5929d09d8b (diff)
Fixed getArgs error when compiling with GHC 7+
Diffstat (limited to 'ProofGraphMain.hs')
-rw-r--r--ProofGraphMain.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProofGraphMain.hs b/ProofGraphMain.hs
index abd7a56..514dbc3 100644
--- a/ProofGraphMain.hs
+++ b/ProofGraphMain.hs
@@ -1,4 +1,4 @@
-import System( getArgs )
+import System.Environment( getArgs )
import Text.Printf
import Parse
import ProofGraph