From ae0f988490cde70c097a8b04b85cb68e67ace0d6 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 9 Aug 2012 10:00:00 +1000 Subject: Fixed getArgs error when compiling with GHC 7+ --- Concat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Concat.hs') diff --git a/Concat.hs b/Concat.hs index f822bcf..c10301a 100644 --- a/Concat.hs +++ b/Concat.hs @@ -1,4 +1,4 @@ -import System( getArgs ) +import System.Environment( getArgs ) import Text.Printf import Parse import ProofGraph -- cgit