summaryrefslogtreecommitdiff
path: root/dot/local
diff options
context:
space:
mode:
Diffstat (limited to 'dot/local')
-rwxr-xr-xdot/local/bin/ghc7
l---------dot/local/bin/ghci1
l---------dot/local/bin/runghc1
3 files changed, 0 insertions, 9 deletions
diff --git a/dot/local/bin/ghc b/dot/local/bin/ghc
deleted file mode 100755
index 36c3656..0000000
--- a/dot/local/bin/ghc
+++ /dev/null
@@ -1,7 +0,0 @@
1#!/bin/sh
2prog=${0##*/}
3case "$prog" in
4 ghc|runghc|ghci) exec stack --no-system-ghc $prog;;
5esac
6echo "Not a stack command: $prog" >&2
7exit -1
diff --git a/dot/local/bin/ghci b/dot/local/bin/ghci
deleted file mode 120000
index a064d26..0000000
--- a/dot/local/bin/ghci
+++ /dev/null
@@ -1 +0,0 @@
1ghc \ No newline at end of file
diff --git a/dot/local/bin/runghc b/dot/local/bin/runghc
deleted file mode 120000
index a064d26..0000000
--- a/dot/local/bin/runghc
+++ /dev/null
@@ -1 +0,0 @@
1ghc \ No newline at end of file