This commit is contained in:
Joey Hess 2013-03-27 16:50:11 -04:00
parent c0851d98f1
commit 5203f11baa

View file

@ -42,6 +42,8 @@ TH and once for cross.
* Enable WebDAV support. Currently needs template haskell (could be avoided * Enable WebDAV support. Currently needs template haskell (could be avoided
by changing the DAV library to not use it), and also networking support, by changing the DAV library to not use it), and also networking support,
which seems broken in current ghc-android. which seems broken in current ghc-android.
* XMPP support. I got all haskell libraries installed, but it fails to find
several C libraries at link time.
* Get local pairing to work. network-multicast and network-info don't * Get local pairing to work. network-multicast and network-info don't
currently install. currently install.
* Get test suite to pass. Current failure is because `git fetch` is somehow * Get test suite to pass. Current failure is because `git fetch` is somehow