我试图从~/..xmonad/tree.hs导入一个名为“Tree.hs”的自定义本地模块,但我得到:
Error detected while loading xmonad configuration file: /home/shahn/.xmonad/xmonad.hs
xmonad.hs:55:8:
Could not find module ‘Tree’
Use -v to see a list of the files searched for.
Please check the file for errors.ghc似乎没有在~/..xmonad中搜索模块。有什么好办法来实现这一点吗?
发布于 2014-10-25 02:15:18
Xmonad搜索~/.xmonad/lib目录中的模块。把你的模块放进去。
http://xmonad.org/manpage.html#modular-configuration
https://stackoverflow.com/questions/26552825
复制相似问题