Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了以下程序:
import Yesod main = putStrLn "test"
但是当我运行程序时出现以下错误
C:\myprograms>runhaskell test0
test0.hs:1:8: 找不到模块 `Yesod' 使用 -v 查看搜索的文件列表。
但是我已经安装了Yesod!有谁知道发生了什么?
正如评论所描述的,第一步是列出您的包裹。二是检查版本是否对应。第三是看你期望提供一个模块的包是否实际上是暴露的而不是隐藏的。