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.
如何生成适当的包文件?
hackage 上传页面有一个链接到:https ://www.haskell.org/cabal/users-guide/installing-packages.html#setup-sdist但在阅读之后我仍然不确定。
我试过了:
cabal setup sdist cabal: unrecognised command: setup (try --help)
也:
setup sdist zsh: command not found: setup
要生成包:
与阴谋集团:cabal sdist
cabal sdist
带堆栈:stack sdist
stack sdist
感谢@ppb