windows fix try 2
This commit is contained in:
parent
9f5008e8de
commit
9b707f0116
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ import System.IO
|
||||||
import Control.Monad
|
import Control.Monad
|
||||||
import Control.Exception (bracket)
|
import Control.Exception (bracket)
|
||||||
import System.PosixCompat.Types
|
import System.PosixCompat.Types
|
||||||
|
import Utility.PosixFiles
|
||||||
#ifndef mingw32_HOST_OS
|
#ifndef mingw32_HOST_OS
|
||||||
import System.Posix.Files
|
import System.Posix.Files
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -11,6 +11,9 @@ git-annex (assistant) repositories.
|
||||||
* Rapid development, situation may change in a month or 2.
|
* Rapid development, situation may change in a month or 2.
|
||||||
* Is it secure? A security review should be done by competant people
|
* Is it secure? A security review should be done by competant people
|
||||||
(not Joey). See <https://github.com/telehash/telehash.org/issues/23>
|
(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
|
## implementation basics
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue