Hakyll очистить и построить все еще ошибка кэширования
Я выполняю следующее:
$ stack exec site clean
Removing _site...
Removing _cache...
Removing _cache/tmp...
А потом:
$ stack exec site build
Initialising...
Creating store...
Creating provider...
Running rules...
Checking for out-of-date items
Compiling
updated css/default.css
updated images/haskell-logo.png
[ERROR] Hakyll.Core.Compiler.cached: You are trying to (perhaps indirectly) use `cached` on a non-existing resource: there is no file backing index.html
Как я могу по-настоящему очистить свой хакилл-сайт, чтобы он создавался?
(Дополнительный код здесь: что является корнем сайта Hakyll?)