X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.ghci;fp=.ghci;h=12335d1134919b3cd5c4906c6457c74cb918a39b;hb=d87d75d07cc14f8107c852ac7c8b505000d3ae17;hp=0000000000000000000000000000000000000000;hpb=8020fee479f43865ed872fb88aaad4a322367c86;p=numerical-analysis.git diff --git a/.ghci b/.ghci new file mode 100644 index 0000000..12335d1 --- /dev/null +++ b/.ghci @@ -0,0 +1,8 @@ +-- Set the include path. +:set -isrc + +-- Load everything. +:l src/Roots/Simple.hs + +-- Use a calmer prompt. +:set prompt "numerical-analysis> "