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.
正是这样 - 我可以运行 IHaskell 并让它从特定的沙箱目录加载包吗?
如果您使用堆栈来管理您的 iHaskell 实例,您可以stack.yaml通过在包部分下列出依赖项来编辑文件以包含依赖项。例如,假设您想包含位于foobar您stack.yaml将拥有的文件夹中的 foo 和 bar:
stack.yaml
foobar
packages: - foobar/foo - foobar/bar