From 86a0e0f21a848eae0840b17025f2137c647e812b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Feb 2013 17:23:25 -0400 Subject: [PATCH] close; cabal hell is not my problem --- ...Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn b/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn index e663307210..b84d930b47 100644 --- a/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn +++ b/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn @@ -25,3 +25,10 @@ I get mtl==2.0.1.0/installed-db1..., git-annex => mtl(>=2.1.1)) rejecting: regex-base-0.93.2, 0.93.1, 0.93, 0.92, 0.91, 0.90, 0.83, 0.72.0.2, 0.72.0.1, 0.71 (conflict: regex-compat => regex-base==0.93.2/installed-999...) + +> This is a transient version skew in cabal, generally +> known as "cabal hell". It will be fixed when the libraries +> involved fix their versioned dependencies, which may have +> already happened. Precompiled builds of git-annex are provided +> so I do not have to chase every transient version skew +> that occurs for every use who runs into it. [[done]] --[[Joey]]