diff options
author | James Crayne <jim.crayne@gmail.com> | 2018-05-30 02:33:12 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2018-05-30 02:33:12 +0000 |
commit | 29ec054e00110a9e7360ff98b698b9cce90efd30 (patch) | |
tree | d48b7633b42b282596c4338c05e54f1712f0dda6 /src/Network/Tox/Crypto/Handlers.hs | |
parent | e82c3f9982ffd1cf7d7dd522da249f1020be5aa1 (diff) |
oops, fix build
Diffstat (limited to 'src/Network/Tox/Crypto/Handlers.hs')
-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 |