[Haskell-cafe] ANN: cabal-ghci 0.1

Erik Hesselink hesselink at gmail.com
Sat Sep 10 11:26:25 CEST 2011


On Fri, Sep 9, 2011 at 22:17, Jason Dagit <dagitj at gmail.com> wrote:
> On Thu, Sep 8, 2011 at 11:06 PM, Etienne Laurin <etienne at atnnn.com> 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



More information about the Haskell-Cafe mailing list