git.fiddlerwoaroof.com
haskell-setup
04ae7058
 #!/usr/bin/zsh
4e987026
 #
 # Set up for Yale Haskell 2.x users.
 #
 
04ae7058
 export PRELUDE=$HASKELL/progs/prelude
 export HASKELL_LIBRARY=$HASKELL/progs/lib
4e987026
 
 # You may need to change this to point at the appropriate subdirectory,
 # depending on which Lisp is being used.
04ae7058
 #export PRELUDEBIN=$PRELUDE/lucid
 export PRELUDEBIN=$PRELUDE/cmu
4e987026
 
 # You may need to change this to point at the appropriate subdirectory,
 # depending on which Lisp is being used.
04ae7058
 #setenv LIBRARYBIN=$HASKELL_LIBRARY/bin/lucid
 export LIBRARYBIN=$HASKELL_LIBRARY/bin/cmu
4e987026
 
 # You may need to change this to point at the appropriate executable,
 # depending on which Lisp is being used.
04ae7058
 #export HASKELLPROG $HASKELL/bin/haskell
 export HASKELLPROG=$HASKELL/bin/cmu-haskell
4e987026
 
 # You only need this next definition if you are using the CMU CL version
 # of haskell and you have /tmp mounted on a tmpfs file system (it won't
 # be able to initialize itself otherwise).
04ae7058
 #export CMUCL_EMPTYFILE=/var/tmp/empty