Haskell environment hosed post reinstall

后端 未结 2 1743
一生所求
一生所求 2021-01-24 21:39

I\'ve recently reinstalled my Haskell environment as I thought I had hosed it beyond recovery after updating my Mac OS X to Mavericks.

Now every time I run cabal i

2条回答
  •  故里飘歌
    2021-01-24 21:54

    the problem stems from the fact that cabal can track multiple versions of the same package.

    Running:

    cabal install --reinstall Cabal-1.18.1.3
    

    fixes the problem

提交回复
热议问题