]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - .ghci
Move the .ghci file to the top-level directory.
[numerical-analysis.git] / .ghci
diff --git a/.ghci b/.ghci
new file mode 100644 (file)
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> "