[Haskell-cafe] ANN: cabal-ghci 0.1

Etienne Laurin etienne at atnnn.com
Fri Sep 9 23:44:36 CEST 2011


>> Here is a helpful package I wrote to ease the development of projects
>> using cabal.
>
> Is :cabalset custom per project or could I put the same things in my ~/.ghci?

Everytime I run :cabalset or cabal-ghci, it looks for a .cabal file in
my current directory or any of its parents, it loads the cabal file
and it generates a list of ghci options for that project.

> Did you know that cabal-dev supports loading your project into ghci?

Yes :)

Sadly, some of my test and build scripts don't yet work with cabal-dev.

> (I'm trying to understand how cabal-ghci is different than existing tools.)



More information about the Haskell-Cafe mailing list