summaryrefslogtreecommitdiff
path: root/src/Erebos/Attach.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-02-20 20:46:45 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2024-02-20 20:46:45 +0100
commitd252912df57ba117982133f41b0ab02452565216 (patch)
tree9b9edd19ab223f8f2edf586063048ca8d9ef1c5a /src/Erebos/Attach.hs
parent43afce581e3cee0c85a2992b88a29e0fc8340242 (diff)
Fix compatibility with mtl-2.3
Diffstat (limited to 'src/Erebos/Attach.hs')
-rw-r--r--src/Erebos/Attach.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Erebos/Attach.hs b/src/Erebos/Attach.hs
index 4fd976f..bd2f521 100644
--- a/src/Erebos/Attach.hs
+++ b/src/Erebos/Attach.hs
@@ -5,6 +5,7 @@ module Erebos.Attach (
attachReject,
) where
+import Control.Monad
import Control.Monad.Except
import Control.Monad.Reader