私はcabalの依存関係グラフの破損に関して非常に多くの問題を抱えているようで、最終的にSOのアドバイスに従ってcabal-devに移行しようとしていますが、同様の理由でインストールされません。
元のインストール試行の多くのページをスキップして、現在のステータスは次のとおりです。
C:\Users\me>cabal --force-reinstalls install cabal-dev
Resolving dependencies...
Warning: Note that reinstalls are always dangerous. Continuing anyway...
Configuring network-2.3.1.0...
configure: WARNING: unrecognized options: --with-compiler, --with-gcc
configure: error: cannot find sources (include/HsNet.h) in /e/plang/Libraries/wx
Widgets2.9 or ..
cabal: Error: some packages failed to install:
HTTP-4000.2.5 depends on network-2.3.1.0 which failed to install.
cabal-dev-0.9.1 depends on network-2.3.1.0 which failed to install.
network-2.3.1.0 failed during the configure step. The exception was:
ExitFailure 1
ネットワークを再インストールしましたが(現在のバージョンは2.4.0.1のようです)、それは役に立ちませんでした。
カバールを使用しないというさまざまな強力な宣言がありますが、多くの/ most /チュートリアルや本がそれを推奨していることも興味深いです(デフォルトでは?)。