Remove now-unused files
authorIan Lynagh <igloo@earth.li>
Sat, 2 Jun 2007 12:11:59 +0000 (12:11 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 2 Jun 2007 12:11:59 +0000 (12:11 +0000)
driver/ghci/ghci.sh [deleted file]
driver/ghci/ghcii.sh [deleted file]

diff --git a/driver/ghci/ghci.sh b/driver/ghci/ghci.sh
deleted file mode 100644 (file)
index b020047..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Mini-driver for GHCi
-exec $GHCBIN $TOPDIROPT --interactive ${1+"$@"}
diff --git a/driver/ghci/ghcii.sh b/driver/ghci/ghcii.sh
deleted file mode 100644 (file)
index 10488b8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-# Mini-driver for GHCi
-exec "$0"/../ghc --interactive ${1+"$@"}