Windows: Fix S3 special remote; need to call withSocketsDo to support Windows. Thanks, Trent.

This commit is contained in:
Joey Hess 2015-02-05 14:00:30 -04:00
parent c79cb9b054
commit bf9058ac4f
3 changed files with 6 additions and 1 deletions

View file

@ -38,3 +38,5 @@ index cdaa754..0eed9db 100644
run ps =<< getProgName
where
"""]]
> Thanks very much for the patch! [[done]] --[[Joey]]