diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 20:46:45 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 20:46:45 +0100 |
commit | d252912df57ba117982133f41b0ab02452565216 (patch) | |
tree | 9b9edd19ab223f8f2edf586063048ca8d9ef1c5a /src/Erebos/Pairing.hs | |
parent | 43afce581e3cee0c85a2992b88a29e0fc8340242 (diff) |
Fix compatibility with mtl-2.3
Diffstat (limited to 'src/Erebos/Pairing.hs')
-rw-r--r-- | src/Erebos/Pairing.hs | 1 |
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 |