Use the upstream hsc2hs repo
[ghc-hetmet.git] / utils / hsc2hs / hsc2hs.wrapper
diff --git a/utils/hsc2hs/hsc2hs.wrapper b/utils/hsc2hs/hsc2hs.wrapper
deleted file mode 100644 (file)
index 60d7f96..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-tflag="--template=$datadir/template-hsc.h"
-for arg do
-    case "$arg" in
-        -c*)          HSC2HS_EXTRA=;;
-        --cc=*)       HSC2HS_EXTRA=;;
-        -t*)          tflag=;;
-        --template=*) tflag=;;
-        --)           break;;
-    esac
-done
-
-exec $executablename $tflag $HSC2HS_EXTRA ${1+"$@"}