haskell - How to set up cabal for ghc 7.10 on windows 64-bit -
i have downloaded newest ghc 7.10.1 version, , trying set cabal system make work. couldn't find 64-bit cabal
binary 64 bit windows.
haskell platform not have 7.10 yet. went https://www.haskell.org/cabal/download.html , there binary 32-bit windows. tried use version cabal update
, cabal.exe
crashed while setting initial config.
i wondering what's procedure set cabal
64-bit ghc?
here worked me.
i used previous version of 64-bit ghc, such in haskell platform, compile cabal.exe
, , use do:
cabal install cabal-install
(boot-strapping).
after this, cabal.exe
installed local cabal directory 64-bit , worked fine.
note: have tried minghc 64-bit @zeta hinted, cabal.exe
there 32-bit. seems incompatible 64-bit ghc system, , gave me crashes 32-bit cabal.exe
downloaded official website.
Comments
Post a Comment