diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-24 17:25:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-24 17:25:47 -0400 |
commit | 63d3b2a62e9cdb4c75d6ee3762546d937f58606c (patch) | |
tree | 8dfda6b6b31d01cbda09684c9974205ebc9f3dc2 | |
parent | bb71305088ba509cae57367974e6033c24db20ab (diff) |
autoload Common too in ghci
-rw-r--r-- | .ghci | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ -- make ghci use precompiled modules, and C library :set -outputdir=tmp :set -IUtility +:load Common |