autoload Common too in ghci

This commit is contained in:
Joey Hess 2012-03-24 17:25:47 -04:00
parent bb71305088
commit 63d3b2a62e

1
.ghci
View file

@ -1,3 +1,4 @@
-- make ghci use precompiled modules, and C library
:set -outputdir=tmp
:set -IUtility
:load Common