summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM <Bruno@web>2013-02-18 18:15:29 +0000
committerGravatar admin <admin@branchable.com>2013-02-18 18:15:29 +0000
commit5fee2e3a7b8065a2ac5a304ab2ac8475b3356d7c (patch)
tree9cbf666378c1c0e862b57ec1eb68bda888f66f0a /doc/bugs
parent17111d575bad6cc5ca488fb8ac493b027c615669 (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Could_not_resolve_dependencies.mdwn39
1 files changed, 19 insertions, 20 deletions
diff --git a/doc/bugs/Could_not_resolve_dependencies.mdwn b/doc/bugs/Could_not_resolve_dependencies.mdwn
index 5a3e99e1b..6e87c9144 100644
--- a/doc/bugs/Could_not_resolve_dependencies.mdwn
+++ b/doc/bugs/Could_not_resolve_dependencies.mdwn
@@ -2,25 +2,25 @@ I'm not able to install git-annex with cabal.
What steps will reproduce the problem?
-bbigras@bbigras-VirtualBox:~$ cabal update
-Downloading the latest package list from hackage.haskell.org
-bbigras@bbigras-VirtualBox:~$ cabal install git-annex --bindir=$HOME/bin
-Resolving dependencies...
-cabal: Could not resolve dependencies:
-trying: git-annex-3.20130207 (user goal)
-trying: git-annex-3.20130207:+webdav
-trying: git-annex-3.20130207:+webapp
-trying: git-annex-3.20130207:+assistant
-trying: yesod-1.1.8.2 (dependency of git-annex-3.20130207:+assistant)
-trying: yesod-auth-1.1.5.2 (dependency of yesod-1.1.8.2)
-trying: authenticate-1.3.2.4 (dependency of yesod-auth-1.1.5.2)
-trying: xml-conduit-1.1.0.1 (dependency of authenticate-1.3.2.4)
-next goal: DAV (dependency of git-annex-3.20130207:+webdav)
-rejecting: DAV-0.3 (conflict: xml-conduit==1.1.0.1, DAV => xml-conduit>=1.0 &&
-<=1.1)
-rejecting: DAV-0.2, 0.1, 0.0.1, 0.0 (conflict: git-annex-3.20130207:webdav =>
-DAV(>=0.3))
-bbigras@bbigras-VirtualBox:~$
+ bbigras@bbigras-VirtualBox:~$ cabal update
+ Downloading the latest package list from hackage.haskell.org
+ bbigras@bbigras-VirtualBox:~$ cabal install git-annex --bindir=$HOME/bin
+ Resolving dependencies...
+ cabal: Could not resolve dependencies:
+ trying: git-annex-3.20130207 (user goal)
+ trying: git-annex-3.20130207:+webdav
+ trying: git-annex-3.20130207:+webapp
+ trying: git-annex-3.20130207:+assistant
+ trying: yesod-1.1.8.2 (dependency of git-annex-3.20130207:+assistant)
+ trying: yesod-auth-1.1.5.2 (dependency of yesod-1.1.8.2)
+ trying: authenticate-1.3.2.4 (dependency of yesod-auth-1.1.5.2)
+ trying: xml-conduit-1.1.0.1 (dependency of authenticate-1.3.2.4)
+ next goal: DAV (dependency of git-annex-3.20130207:+webdav)
+ rejecting: DAV-0.3 (conflict: xml-conduit==1.1.0.1, DAV => xml-conduit>=1.0 &&
+ <=1.1)
+ rejecting: DAV-0.2, 0.1, 0.0.1, 0.0 (conflict: git-annex-3.20130207:webdav =>
+ DAV(>=0.3))
+ bbigras@bbigras-VirtualBox:~$
What version of git-annex are you using? On what operating system?
@@ -29,4 +29,3 @@ Ubuntu 12.10 x86_64
cabal-install version 0.14.0
using version 1.14.0 of the Cabal library
-