On 10 November 2012 01:40, Sven Heyll <[email protected]> wrote: > I downloaded haskell-mode from git recently and I cannot/dontwanna install > cabal-dev because of all the dependencies it includes, so I use ghci and > haskell-process. > > I would like to use my cabal project in emacs, how do I do it? is there any > documentation? I am of course willing to document, add code, etc.. but I > need some hints to get started.
If you're talking about Chris Done's new stuff, you can follow his example, but set haskell-process-type to 'ghci and it won't use cabal-dev. > > > _______________________________________________ > Haskellmode-emacs mailing list > [email protected] > http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs > -- Ivan Lazar Miljenovic [email protected] http://IvanMiljenovic.wordpress.com _______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
