
9 Sep
2011
9 Sep
'11
4:17 p.m.
On Thu, Sep 8, 2011 at 11:06 PM, Etienne Laurin
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 that cabal-dev supports loading your project into ghci? (I'm trying to understand how cabal-ghci is different than existing tools.) Jason