From c7ae36403bbd851c15986a8200dc489ee42ebff9 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" Date: Thu, 26 Jul 2012 10:18:50 +0000 Subject: [PATCH] --- ...s_on_OSX___40__or_this_a_general_problem__41__.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn b/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn index 86ab7ff317..43048ecba6 100644 --- a/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn +++ b/doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn @@ -85,4 +85,12 @@ Utility/Url.hs:98:65: make: *** [git-annex] Error 1 -The latest version of the network package in hackage is network-2.3.0.14 which I have installed, this might also be the reason why dbus is broken. +The latest version of the network package in hackage is network-2.3.0.14 which I have installed, this might also be the reason why dbus is broken. removing network-2.3.0.14 at least makes it happy again. + +to remove the network-2.3.0.14 package + +
+ghc-pkg unregister network-2.3.0.14
+
+ +Hope the above isn't too random of bug/issue report.