windows fix try 2

This commit is contained in:
Joey Hess 2014-04-02 18:02:32 -04:00
parent 9f5008e8de
commit 9b707f0116
Failed to extract signature
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,7 @@ import System.IO
import Control.Monad
import Control.Exception (bracket)
import System.PosixCompat.Types
import Utility.PosixFiles
#ifndef mingw32_HOST_OS
import System.Posix.Files
#endif

View file

@ -11,6 +11,9 @@ git-annex (assistant) repositories.
* Rapid development, situation may change in a month or 2.
* Is it secure? A security review should be done by competant people
(not Joey). See <https://github.com/telehash/telehash.org/issues/23>
* **Haskell version**
<https://github.com/alanz/htelehash/tree/v2/src/TeleHash>
Development on v2 in haskell is just starting up!
## implementation basics