このコードは、0.10.0の変更前はHeistで機能していました
main = do
Right ts <- loadTemplates "templates" $
bindSplices mySplices defaultHeistState
etc..
今、私はエラーを受け取ります
testdb.hs:59:33: Not in scope: `defaultHeistState'
loadTemplatesの型シグネチャがに変更されたことを知っています
loadTemplates :: FilePath -> EitherT [String] IO TemplateRepoSource
しかし、古いコードを機能させるためにどのように適応させるかを理解するのに苦労しています。