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 /main | |
parent | 43afce581e3cee0c85a2992b88a29e0fc8340242 (diff) |
Fix compatibility with mtl-2.3
Diffstat (limited to 'main')
-rw-r--r-- | main/Test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Test.hs b/main/Test.hs index 7f0f7d9..8a205ea 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -5,6 +5,7 @@ module Test ( import Control.Arrow import Control.Concurrent import Control.Exception +import Control.Monad import Control.Monad.Except import Control.Monad.Reader import Control.Monad.State |