diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-01 20:29:35 +0200 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-02 21:57:20 +0200 | 
| commit | 175ebf1817dac859b3c109d47c9f3d6e963f4b3d (patch) | |
| tree | cb6209b56e880326172c725ef74a2ea01e2d9e58 | |
| parent | 25fe0ff7fd7d03e7f4108d361826cd91c038b89c (diff) | |
Fix chatroom imports for mtl-2.3
| -rw-r--r-- | src/Erebos/Chatroom.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Erebos/Chatroom.hs b/src/Erebos/Chatroom.hs index 3f117d5..d9e8837 100644 --- a/src/Erebos/Chatroom.hs +++ b/src/Erebos/Chatroom.hs @@ -20,6 +20,7 @@ module Erebos.Chatroom (  import Control.Arrow  import Control.Monad  import Control.Monad.Except +import Control.Monad.IO.Class  import Data.IORef  import Data.List |