diff options
author | http://joeyh.name/ <joey@web> | 2013-05-24 14:21:04 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-24 14:21:04 +0000 |
commit | c5c89bbc917b29bd36bd7de882bbfe42165a783b (patch) | |
tree | 745d3d8e7c4d000873660f7b127228a9f33b166d /doc | |
parent | 33c562a20e8e12e4f1653690c3d36c92d3a7f368 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment b/doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment new file mode 100644 index 000000000..91bcbe42f --- /dev/null +++ b/doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-05-24T14:21:03Z" + content=""" +Since I tested this release in a clean system, I suspect you have a ~/.ghc and ~/.cabal with something installed that is causing this dependency problem for you. + +<pre> +# rm -rf .ghc .cabal +# cabal update +Config file path source is default config file. +Config file /root/.cabal/config not found. +Writing default configuration to /root/.cabal/config +Downloading the latest package list from hackage.haskell.org +# cabal install git-annex +Resolving dependencies... +Downloading HUnit-1.2.5.2... +Configuring HUnit-1.2.5.2... +</pre> +"""]] |