I am on windows xp.

I run yesod devel command during development and expect it to pick up any changes I make, and it does restart when I save a file.

But nevertheless my changes are not reflected in what is shown in the browser (when I refresh the page, for example, after editing the corresponding hamlet template).

Compiling the executable with cabal install and running it from the installation directory does show my changes.

What am I doing wrong?

EDIT:

this is happening because yesod cannot "touch":System.PosixCompat.Files.setFileTimes: not supported: illegal operation.

有帮助吗?

解决方案

this is happening because yesod cannot "touch":System.PosixCompat.Files.setFileTimes: not supported: illegal operation.

I have opened a bug on that: https://github.com/yesodweb/yesod/issues/119

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top