
9 Sep
2011
9 Sep
'11
5:44 p.m.
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.)