On Fri, May 13, 2011 at 9:13 PM, Andrew Myers wrote:
> How do you make the project depend on changes you've made to the
> modules without cabal installing it then? I was working on the simple
> emacs key bindings issues from the tracker and couldn't figure out why
> my changes weren't working.
Sorry if this is a stupid question, I still have a lot to learn about
the cabal workflow :)
How do you make the project depend on changes you've made to the
modules without cabal installing it then? I was working on the simple
emacs key bindings issues from the tracker and couldn't figure out why
We should really remove the hacking flag. This was to speedup
development builds,
but it should not be needed with new cabal, where the executables can use the
library instead of recompiling every module another time.
Cheers,
JP.
On Thu, May 12, 2011 at 2:35 PM, Andrew Myers wrote:
> Hi everyone
Hi everyone,
I've been looking around the Yi source a lot more and finally have a
toolchain that works, I use Archlinux so I was affected by this[1] bug
in ghc. I've found though that I can't build Yi with the -fhacking
flag on either my Arch desktop or the Snow Leopard Mac that I have at
work.
I