From 1fed87b8540a561c14bfbb675b87f84fa63f14c6 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <ian@well-typed.com>
Date: Fri, 15 Feb 2013 21:52:01 +0000
Subject: [PATCH] Stop using the deprecated System.Cmd

---
 System.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System.hs b/System.hs
index 896ce54..e30b1e4 100644
--- a/System.hs
+++ b/System.hs
@@ -9,4 +9,4 @@ module System (
 
 import System.Exit
 import System.Environment
-import System.Cmd
+import System.Process
-- 
GitLab