]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - .ghci
Add the Unix module and enable daemonization.
[dead/halcyon.git] / .ghci
diff --git a/.ghci b/.ghci
index 9d0bab9d4753fc692d6283c729422bba1fa9cdd9..8d30952b798b649ad74da1b26a9400047e8c2b63 100644 (file)
--- a/.ghci
+++ b/.ghci
@@ -14,6 +14,7 @@
   src/Twitter/Http.hs
   src/Twitter/User.hs
   src/Twitter/Status.hs
+  src/Unix.hs
   src/Usernames.hs
 :}
 
@@ -27,6 +28,7 @@ import StringUtils
 import Twitter.Http
 import Twitter.User
 import Twitter.Status
+import Unix
 import Usernames
 
 -- Use a calmer prompt.