
10 Sep
2011
10 Sep
'11
9:26 a.m.
On Fri, Sep 9, 2011 at 22:17, Jason Dagit
On Thu, Sep 8, 2011 at 11:06 PM, Etienne Laurin
wrote: Hello fellow hackers.
Here is a helpful package I wrote to ease the development of projects using cabal.
It includes a :cabalset ghci command to set ghci options for your project, and a cabal-ghci executable to launch ghci with those options.
Is :cabalset custom per project or could I put the same things in my ~/.ghci?
Did you know you can also put a .ghci file in your project dir, and if you start ghci from that dir, it will also load that file? I think that allows you to replicate some of the functionality of this tool, since it allows per project ghci options. Erik