summaryrefslogtreecommitdiff
path: root/doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment
blob: 91bcbe42f951de38c836cc3d14a3f6ec3ba17d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
"""]]