summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-03-24 17:25:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-03-24 17:25:47 -0400
commit63d3b2a62e9cdb4c75d6ee3762546d937f58606c (patch)
tree8dfda6b6b31d01cbda09684c9974205ebc9f3dc2 /.ghci
parentbb71305088ba509cae57367974e6033c24db20ab (diff)
autoload Common too in ghci
Diffstat (limited to '.ghci')
-rw-r--r--.ghci1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ghci b/.ghci
index 37258aefe..318bac202 100644
--- a/.ghci
+++ b/.ghci
@@ -1,3 +1,4 @@
-- make ghci use precompiled modules, and C library
:set -outputdir=tmp
:set -IUtility
+:load Common