This commit is contained in:
Joey Hess 2013-02-26 15:30:50 -04:00
parent 69c01e38aa
commit d868d47b00
2 changed files with 4 additions and 1 deletions

View file

@ -30,3 +30,6 @@ transfers when not on wifi. This may need to be configurable.
allow git to link to it.
* getEnvironment is broken on Android <https://github.com/neurocyte/ghc-android/issues/7>
and a few places use it.
* Enable WebDAV support. Currently needs template haskell (could be avoided
by changing the DAV library to not use it), and also networking support,
which seems broken in current ghc-android.