logo
首页技术栈工具库讨论
cabal-dev

cabal-dev

Deprecated in favor of cabal-install cabal-dev is a tool for managing development builds of Haskell projects. It supports maintaining sandboxed cabal-install repositories, and sandboxed ghc package databases. By default, it uses a cabal-dev directory under the current working directory as the sandbox. For most packages, just use cabal-dev instead of cabal, and you will get a sandboxed build that will not install anything (even automatically installed dependencies) into the user or global ghc package databases. If your build depends on patched or unreleased libraries, you can add them to your sandboxed build environment by installing them to the sandbox directly:so Then build your library/application with the specified sandbox. Additional documentation can be found in the README.md on github: http://github.com/creswick/cabal-dev/blob/master/README.md
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconcreswick/cabal-dev151
HACKAGE
carbal install cabal-dev
查看
标签
根据用户添加的标签生成
暂无标签