X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.ghci;fp=.ghci;h=c292dc447474b19004d912faa9c3436ac457f865;hb=942b8ef3bc5830ca0defa62342d55550aea59934;hp=0000000000000000000000000000000000000000;hpb=81f6f0ca67347de6b3e3f57b5b50bb543cc7c146;p=hath.git diff --git a/.ghci b/.ghci new file mode 100644 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> "