diff options
-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 |