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.
HDBC-mysql 包目前对我来说是坏的。修复在这个 fork中。如何指定我希望 cabal 从 HDBC-mysql 的这个分支构建?
如果你只是想让东西启动并运行,只需手动检出和构建。
> git clone https://github.com/markus7/hdbc-mysql.git > cd hdbc-mysql > cabal install
这应该可以保持工作,直到新的更改被推送到 Hackage。
(注意 - 您可能必须摆弄依赖项才能让项目使用此版本......但我会先尝试简单安装,看看它是否有效)。