This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus 2012-07-26 10:18:50 +00:00 committed by admin
parent c633739f46
commit c7ae36403b

View file

@ -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.