是否有可能获得阴谋
我知道您可以使用cabal unpack
来查看特定包的来源,但我不确定如何实现上述目标。另请注意,在这篇文章Can't get cabal update to work inside corporate network中,有人提到可以这样做,但说明对我来说不够具体。
答案 0 :(得分:3)
cabal help | grep fetch
:
fetch Downloads packages for later installation.
示例:
$ cabal fetch unbound
Resolving dependencies...
Downloading RepLib-0.5.3.1...
Downloading type-equality-0.1.1...
Downloading unbound-0.4.1.1...
稍后运行cabal install unbound
将不需要访问Internet。