
All, I made a copy of hell-forms.hs from yesod-form package, just for doing some experiments. When I run it via the main function, the server is doing well e.g. on port 2500. HalloWelt.hs is here http://hpaste.org/48381. But when I try to run that program in bash console via wai-handler-devel - being in the directory where the HalloWelt.hs resides... wai-handler-devel 2600 HalloWelt withHalloWelt I get... Attempting to interpret your app... Compile failed: NotAllowed "module is not loaded: `HalloWelt' (./HalloWelt.hs)" What could be the reason for that? Thank you for any hint - Best regards Hartmut

I "moved" (copied) this "How Do I... (yesod)" question to
http://stackoverflow.com/questions/6504388/yesod-form-package-problem-with-r...
Hartmut
On Mon, Jun 27, 2011 at 12:20 AM, Hartmut
All, I made a copy of hell-forms.hs from yesod-form package, just for doing some experiments. When I run it via the main function, the server is doing well e.g. on port 2500. HalloWelt.hs is here http://hpaste.org/48381.
But when I try to run that program in bash console via wai-handler-devel - being in the directory where the HalloWelt.hs resides...
wai-handler-devel 2600 HalloWelt withHalloWelt
I get...
Attempting to interpret your app... Compile failed: NotAllowed "module is not loaded: `HalloWelt' (./HalloWelt.hs)"
What could be the reason for that? Thank you for any hint - Best regards Hartmut
-- "Ich grüsse meinen Vater, meine Mutter und ganz besonders meine Eltern" (Toni Polster) "In a world without walls ands frontiers, who needs Windows and Gates?"
participants (1)
-
Hartmut