summaryrefslogtreecommitdiff
path: root/src/Erebos/Pairing.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/Pairing.hs
parent43afce581e3cee0c85a2992b88a29e0fc8340242 (diff)
Fix compatibility with mtl-2.3
Diffstat (limited to 'src/Erebos/Pairing.hs')
-rw-r--r--src/Erebos/Pairing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Erebos/Pairing.hs b/src/Erebos/Pairing.hs
index 4541f6e..2166e71 100644
--- a/src/Erebos/Pairing.hs
+++ b/src/Erebos/Pairing.hs
@@ -10,6 +10,7 @@ module Erebos.Pairing (
pairingReject,
) where
+import Control.Monad
import Control.Monad.Except
import Control.Monad.Reader