This commit is contained in:
Ranjeet Kumar Ranjan 2022-10-04 12:58:30 +05:30
parent e3f2be60a2
commit e1e395f46b

View File

@ -50,8 +50,10 @@ import Prelude hiding (map, concat, concatMap)
#ifdef INSPECTION
import Control.Exception (Exception)
#if __GLASGOW_HASKELL__ < 810
import Control.Monad.Catch (MonadThrow)
import Control.Monad.Trans.Control (MonadBaseControl)
#endif
import Data.Typeable (Typeable)
import Test.Inspection (inspect, hasNoTypeClassesExcept)
#endif