diff options
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/Tox/Crypto/Handlers.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/Tox/Crypto/Handlers.hs b/src/Network/Tox/Crypto/Handlers.hs index 268928ee..e9368731 100644 --- a/src/Network/Tox/Crypto/Handlers.hs +++ b/src/Network/Tox/Crypto/Handlers.hs | |||
@@ -47,6 +47,7 @@ import Control.Concurrent.Supply | |||
47 | import Data.InOrOut | 47 | import Data.InOrOut |
48 | import DPut | 48 | import DPut |
49 | import Debug.Trace | 49 | import Debug.Trace |
50 | import Data.Bool | ||
50 | 51 | ||
51 | -- util, todo: move to another module | 52 | -- util, todo: move to another module |
52 | maybeToEither :: Maybe b -> Either String b | 53 | maybeToEither :: Maybe b -> Either String b |