]> gitweb.michael.orlitzky.com - numerical-analysis.git/blob - .ghci
Move the .ghci file to the top-level directory.
[numerical-analysis.git] / .ghci
1 -- Set the include path.
2 :set -isrc
3
4 -- Load everything.
5 :l src/Roots/Simple.hs
6
7 -- Use a calmer prompt.
8 :set prompt "numerical-analysis> "