]> gitweb.michael.orlitzky.com - numerical-analysis.git/commitdiff
Move the .ghci file to the top-level directory.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 12 Oct 2012 17:01:04 +0000 (13:01 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 12 Oct 2012 17:01:04 +0000 (13:01 -0400)
Use a simpler ghci prompt.

.ghci [new file with mode: 0644]
src/.ghci [deleted file]

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> "
diff --git a/src/.ghci b/src/.ghci
deleted file mode 100644 (file)
index dfec625..0000000
--- a/src/.ghci
+++ /dev/null
@@ -1,2 +0,0 @@
-:l Roots/Simple.hs
--- :m +Roots.Fast