This commit is contained in:
Joey Hess 2013-12-10 01:00:10 -04:00
parent 85e97e2976
commit 8699a36438

View file

@ -20,3 +20,7 @@ now! --[[Joey]]
Is known to not download any files. (transferrer doesn't built yet) Is known to not download any files. (transferrer doesn't built yet)
* No XMPP support (needs a lot of C libraries which are available in * No XMPP support (needs a lot of C libraries which are available in
cygwin, but pkg-config does not list them once installed). cygwin, but pkg-config does not list them once installed).
* Doesn't daemonize. Maybe use
<http://hackage.haskell.org/package/Win32-services>
or perhaps easier,
<http://hackage.haskell.org/package/Win32-services-wrapper>