Skip to content

Commit

Permalink
Comment on how to fix cabal dependency hell.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm committed Jun 9, 2010
1 parent d11ffc6 commit 646437c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README
Expand Up @@ -42,3 +42,14 @@ Installation says:
> We recommend using a larger value; see the CrashPlan support site for details

Fixed by adding /etc/sysctl.d/60-crashplan.conf


Cabal dependency hell
=====================
When this happens remove the ~/.ghc folder and reinstall all packages.

Don't try to upgrade time – it invariably leads to grief! (This probably applies to many other packages included in the Haskell Platform)

rm -rf .ghc/i386-linux-6.12.1/
cabal update
cabal install ...

0 comments on commit 646437c

Please sign in to comment.