summaryrefslogtreecommitdiff
path: root/haskell-setup.bash
blob: 557eb5f97687d96d20b05f9194027433bdbe3f55 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"