<p dir="ltr">If you're on Windows install development environments outside the Programs Folder which has special protections on it. <br></p>
<p dir="ltr">--<br>
--</p>
<p dir="ltr">Sent from an expensive device which will be obsolete in a few months! :D</p>
<p dir="ltr">Casey<br>
    </p>
<div class="gmail_quote">On Jan 30, 2015 2:33 PM, "Henk-Jan van Tuyl" <<a href="mailto:hjgtuyl@chello.nl">hjgtuyl@chello.nl</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 30 Jan 2015 14:54:36 +0100, Gregory Guthrie <<a href="mailto:guthrie@mum.edu" target="_blank">guthrie@mum.edu</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Doing a cabal update, it notes a new version of cabal -install, so trying that fails, and now it looks like cabal itself is broken (no installs work).<br>
Any short-term \remedies, and/or long term better approaches?<br>
</blockquote>
<br>
A method that usually works is as follows:<br>
  md CabalInstall<br>
  cd CabalInstall<br>
  cabal sandbox init<br>
  cabal install cabal-install<br>
Then copy CabalInstall\.cabal-sandbox\<u></u>bin\cabal.exe to the location of the old cabal.exe (probably something like "C:\Program Files\Haskell Platform\2014.2.0.0\lib\<u></u>extralibs\bin\"<br>
(Maybe rename the old cabal.exe to cabal-1.20.0.4.exe (or something similar) first)<br>
Check with<br>
  cabal --version<br>
if the correct version of cabal.exe is run.<br>
<br>
If you are using a sandbox, all locally installed packages are ignored, so there is less chance of dependency problems.<br>
<br>
Regards,<br>
Henk-Jan van Tuyl<br>
<br>
<br>
-- <br>
Folding@home<br>
What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video.<br>
<a href="http://folding.stanford.edu/" target="_blank">http://folding.stanford.edu/</a><br>
<br>
<br>
<a href="http://Van.Tuyl.eu/" target="_blank">http://Van.Tuyl.eu/</a><br>
<a href="http://members.chello.nl/hjgtuyl/tourdemonad.html" target="_blank">http://members.chello.nl/<u></u>hjgtuyl/tourdemonad.html</a><br>
Haskell programming<br>
--<br>
______________________________<u></u>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">Beginners@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/beginners" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/beginners</a><br>
</blockquote></div>