summaryrefslogtreecommitdiff
path: root/doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment')
-rw-r--r--doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index 91bcbe42f..000000000
--- a/doc/bugs/Cabal_cannot_solve_dependencies/comment_1_1d41ac79867226dcb71f1c7b38da062d._comment
+++ /dev/null
@@ -1,21 +0,0 @@
-[[!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>
-"""]]