summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2018-05-30 02:33:12 +0000
committerJames Crayne <jim.crayne@gmail.com>2018-05-30 02:33:12 +0000
commit29ec054e00110a9e7360ff98b698b9cce90efd30 (patch)
treed48b7633b42b282596c4338c05e54f1712f0dda6
parente82c3f9982ffd1cf7d7dd522da249f1020be5aa1 (diff)
oops, fix build
-rw-r--r--src/Network/Tox/Crypto/Handlers.hs1
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
47import Data.InOrOut 47import Data.InOrOut
48import DPut 48import DPut
49import Debug.Trace 49import Debug.Trace
50import Data.Bool
50 51
51-- util, todo: move to another module 52-- util, todo: move to another module
52maybeToEither :: Maybe b -> Either String b 53maybeToEither :: Maybe b -> Either String b