ghc 7.02 cabal install yesod error

Hello Michael. The problem with yesod (wai-handler-devel) compiling on ghc 7.02. Is this something that can be addressed with a patch to yesod, or is it fixable only by recompiling ghc itself ? Regards, Vagif Verdi

Vagif, sorry for the double email.
From my understanding, it's fixable only from recompiling GHC.
Michael
On Mon, Mar 14, 2011 at 6:46 AM,
Hello Michael. The problem with yesod (wai-handler-devel) compiling on ghc 7.02. Is this something that can be addressed with a patch to yesod, or is it fixable only by recompiling ghc itself ?
Regards, Vagif Verdi
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

On Mon, Mar 14, 2011 at 6:48 AM, Michael Snoyman
Vagif, sorry for the double email.
From my understanding, it's fixable only from recompiling GHC.
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

On Tue, Mar 22, 2011 at 4:06 PM, Vesa Kaihlavirta
On Mon, Mar 14, 2011 at 6:48 AM, Michael Snoyman
wrote: Vagif, sorry for the double email.
From my understanding, it's fixable only from recompiling GHC.
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. Michael

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. --vk

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
participants (3)
-
Michael Snoyman
-
vagif.verdi@gmail.com
-
Vesa Kaihlavirta