<div dir="ltr"><div>"cabal install cabal-install" is not working for me. I am not the first to find this problem; it is mentioned <a href="https://www.haskell.org/haskellwiki/Cabal/Survival" target="_blank">here</a>:</div><div><br></div><div><span style="white-space:pre-wrap">     </span>"Notice, that in some cases (OS X, especially) the new cabal-install might not be installed on top of the previous one, and the old cabal-install must be replaced manually"</div><div><br></div><div>I don't know how to manually replace Cabal. The closest thing I could find to instructions for that were <a href="https://www.haskell.org/pipermail/haskell-cafe/2010-February/073526.html">here</a>, but I don't understand them.<br><br>The Haskell Platform installer is what installed Cabal for me. I have not found how to undo that, nor how to install Cabal in any other fashion. Running the Haskell Platform installer again seems dangerous, potentially conflicting with its earlier work.</div><div><br></div><div>A likely unnecessary shell transcript demonstrating the problem appears below.</div><div><br></div><div>I am running OS X 10.9 on a MacBook Pro, of which the decision to purchase I regret more daily.</div><div><br></div><div>Thank you.</div><div><br></div><div>-----</div><div><br></div><div>When I try to update cabal, it looks like it works:</div><div><br></div><div><span style="white-space:pre-wrap">  </span>jefferys-mbp:~ jbb$ cabal install cabal-install</div><div><span style="white-space:pre-wrap">  </span>Resolving dependencies...</div><div><span style="white-space:pre-wrap">        </span>Configuring cabal-install-1.20.0.3...</div><div><span style="white-space:pre-wrap">    </span>Building cabal-install-1.20.0.3...</div><div><span style="white-space:pre-wrap">       </span>Installed cabal-install-1.20.0.3</div><div><span style="white-space:pre-wrap"> </span>Updating documentation index /Users/jbb/Library/Haskell/share/doc/index.html</div><div><br></div><div>But the version number exhibits no change:</div><div><br></div><div><span style="white-space:pre-wrap">  </span>jefferys-mbp:~ jbb$ cabal --version</div><div><span style="white-space:pre-wrap">      </span>cabal-install version 1.18.0.5</div><div><span style="white-space:pre-wrap">   </span>using version 1.18.1.4 of the Cabal library </div><div><br></div></div>