我执行以下操作:
$ 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网站以便它构建?