diff options
Diffstat (limited to 'src/Erebos/Channel.hs')
-rw-r--r-- | src/Erebos/Channel.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Erebos/Channel.hs b/src/Erebos/Channel.hs index c10f971..5f66637 100644 --- a/src/Erebos/Channel.hs +++ b/src/Erebos/Channel.hs @@ -14,6 +14,7 @@ module Erebos.Channel ( import Control.Concurrent.MVar import Control.Monad import Control.Monad.Except +import Control.Monad.IO.Class import Crypto.Cipher.ChaChaPoly1305 import Crypto.Error |