diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-21 22:10:39 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-21 22:10:39 +0100 |
commit | 1923a8a4ea3a1bcb55f194ff226359ea492b419a (patch) | |
tree | c396d745f80cbc899379bbe5dde48876537de0ec /src/Output.hs | |
parent | 0391dd6a6df19f57393c25c233b448f4bb3f6353 (diff) |
Update to support mtl-2.3
Diffstat (limited to 'src/Output.hs')
-rw-r--r-- | src/Output.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Output.hs b/src/Output.hs index 7f9341b..96bb965 100644 --- a/src/Output.hs +++ b/src/Output.hs @@ -8,6 +8,7 @@ module Output ( ) where import Control.Concurrent.MVar +import Control.Monad import Control.Monad.IO.Class import Control.Monad.Reader |