diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2012-07-26 10:18:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-26 10:18:50 +0000 |
commit | c7ae36403bbd851c15986a8200dc489ee42ebff9 (patch) | |
tree | 2f7b1c2966312083f3c46a231546b5fc9d6ace2a | |
parent | c633739f468fd77d7bd7f48d948b08255849fc17 (diff) |
-rw-r--r-- | doc/bugs/haskell-dbus_problems_on_OSX___40__or_this_a_general_problem__41__.mdwn | 10 |
1 files changed, 9 insertions, 1 deletions
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 86ab7ff31..43048ecba 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 </pre> -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 + +<pre> +ghc-pkg unregister network-2.3.0.14 +</pre> + +Hope the above isn't too random of bug/issue report. |