
On Thu, Mar 24, 2011 at 8:53 AM, Vesa Kaihlavirta
Hey. Some news about this issue. Recompiling GHC with binary strippings disables seems to fix some issues, but not all. Please see https://bugs.archlinux.org/task/23247
Any ideas?
--vk
For the moment, my only advice is to compile yesod with -fproduction to avoid using hint. Hopefully we can get some better answers soon.
We found another work around, that is, to compile to devel-server as a binary and use that.
For those of you not reading the other thread, you can now do the following: * cabal update * cabal install wai-handler-devel # get version 0.2.1 * cabal install yesod # get version 0.7.2, no need for -fproduction anymore Now running devel-server.hs will give you instructions on how to run the wai-handler-devel executable properly. Michael