#windows8.1です。
#cabalのアップデートをしようとしたら
Resolving dependencies...
Configuring network-2.6.1.0...
cabal: The package has a './configure' script. This requires a Unix
compatibility toolchain such as MinGW+MSYS or Cygwin.
Failed to install network-2.6.1.0
cabal: Error: some packages failed to install:
HTTP-4000.2.19 depends on network-2.6.1.0 which failed to install.
cabal-install-1.22.4.0 depends on network-2.6.1.0 which failed to install.
network-2.6.1.0 failed during the configure step. The exception was:
ExitFailure 1
とでます。
#cabal updateというコマンドを入れました。
#間違えました。cabal install cabal-installでした
#https://wiki.haskell.org/Windows の Tools for compilation が参考になるかと #どの部分を参考にすれば解決するのでしょう。。。
#This requires a Unix compatibility toolchain such as MinGW+MSYS or Cygwin. って言われてるので
#箇条書きのひとつめのことじゃないでしょうか