]> gitweb.michael.orlitzky.com - hath.git/blobdiff - .ghci
Bump the version number to 0.0.4 in hath.cabal.
[hath.git] / .ghci
diff --git a/.ghci b/.ghci
new file mode 100644 (file)
index 0000000..c292dc4
--- /dev/null
+++ b/.ghci
@@ -0,0 +1,13 @@
+-- Set the include path.
+:set -isrc
+
+-- Load the stuff we want to play with.
+:{
+:load src/Bit.hs
+  src/Octet.hs
+  src/IPv4Address.hs
+  src/Cidr.hs
+  src/DNS.hs
+:}
+
+:set prompt "hath> "