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.
我的开发需要以下库:gtksourceview2。
但是,gtksourceview2 坏了:
我该怎么做才能安装它?如果我知道在运行 cabal install 时如何做到这一点,我可以更改 haskell 文件。
Distribution.Simple.Utils.moreRecentFile函数来自Cabal,是1.18.*串联添加的。gtksourceview2使用自定义构建脚本,对库的变化非常敏感Cabal。尝试使用旧Cabal版本安装它。例如cabal install gtksourceview2 --cabal-lib-version=1.16.0
Distribution.Simple.Utils.moreRecentFile
Cabal
1.18.*
gtksourceview2
cabal install gtksourceview2 --cabal-lib-version=1.16.0