diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-02 18:02:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-02 18:02:32 -0400 |
commit | ad949f010aff284b69099729ce5476aa8dfabb96 (patch) | |
tree | 2cae5086df1ee722bf684d4bcef30b6beeb68aab | |
parent | 58d29d26e87d880e59d150c83432d2f8280ee9ef (diff) |
windows fix try 2
-rw-r--r-- | Utility/FileMode.hs | 1 | ||||
-rw-r--r-- | doc/design/assistant/telehash.mdwn | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Utility/FileMode.hs b/Utility/FileMode.hs index 4302f8bd1..9c15da8c4 100644 --- a/Utility/FileMode.hs +++ b/Utility/FileMode.hs @@ -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 diff --git a/doc/design/assistant/telehash.mdwn b/doc/design/assistant/telehash.mdwn index b9755736f..ea507d9aa 100644 --- a/doc/design/assistant/telehash.mdwn +++ b/doc/design/assistant/telehash.mdwn @@ -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 |