作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试图从 ~/.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 中搜索模块。有什么好的方法可以实现这一点吗?
最佳答案
Xmonad 在 ~/.xmonad/lib
目录中搜索模块。只需将您的模块放在那里即可。
关于haskell - 如何从 .xmonad/xmonad.hs 导入本地模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26552825/
我是一名优秀的程序员,十分优秀!