
I'll install yesod-examples. But cabal install yesod-examples failed. Error Messages are here. ---- Linking dist/build/form/form ... yesod/tutorial/mkToForm.hs:11:7: Could not find module `MkToForm': Use -v to see a list of the files searched for. cabal: Error: some packages failed to install: yesod-examples-0.6.0 failed during the building phase. The exception was: ExitFailure 1 --- The mkToForm.hs's line 11 is 'import MkToForm'. You success to compile this?

Good catch, yesod-examples-0.6.0.1 includes the missing file.
Thanks,
Michael
2010/11/21 いとうかつとし
I'll install yesod-examples. But cabal install yesod-examples failed. Error Messages are here.
---- Linking dist/build/form/form ...
yesod/tutorial/mkToForm.hs:11:7: Could not find module `MkToForm': Use -v to see a list of the files searched for. cabal: Error: some packages failed to install: yesod-examples-0.6.0 failed during the building phase. The exception was: ExitFailure 1 ---
The mkToForm.hs's line 11 is 'import MkToForm'. You success to compile this?
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (2)
-
Michael Snoyman
-
いとうかつとし