From 562993f44e1f48880a6863c95e940a8c8503392c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 24 Dec 2016 08:46:44 +0100 Subject: Add environment definition for bash users. --- haskell-setup.bash | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 haskell-setup.bash diff --git a/haskell-setup.bash b/haskell-setup.bash new file mode 100755 index 0000000..557eb5f --- /dev/null +++ b/haskell-setup.bash @@ -0,0 +1,15 @@ +#!/bin/bash +# +# Set up for Yale Haskell 2.x users. +# + +export PRELUDE="${HASKELL}/progs/prelude" +export HASKELL_LIBRARY="${HASKELL}/progs/lib" + +# You may need to change this to point at the appropriate subdirectory, +# depending on which Lisp is being used. +export PRELUDEBIN="${PRELUDE}/clisp" + +# You may need to change this to point at the appropriate executable, +# depending on which Lisp is being used. +export HASKELLPROG="${HASKELL}/bin/clisp-haskell" -- cgit v1.2.3