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.
可以在A.cabal文件中指定一个包A依赖于使用标志编译的包Bx吗?
A.cabal
A
B
x
不,这是不可能的,并且有一个很好的理由:编译标志不应该改变包的公共 API,所以如果你发现一个包有这种行为,你应该联系它的维护者。