Skip to content
Snippets Groups Projects
Commit 5a7f4853 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Add patch for inspection-testing-0.5

parent 923bac3b
No related branches found
No related tags found
No related merge requests found
diff --git a/src/Test/Inspection/Core.hs b/src/Test/Inspection/Core.hs
index 86239ff..8d0456e 100644
--- a/src/Test/Inspection/Core.hs
+++ b/src/Test/Inspection/Core.hs
@@ -54,12 +54,17 @@ import TyCon (TyCon, isClassTyCon)
import GHC.Types.Tickish
#endif
+#if MIN_VERSION_ghc(9,5,0)
+import GHC.Core.TyCo.Compare
+#endif
+
import qualified Data.Set as S
import Control.Monad.State.Strict
import Data.List (nub, intercalate)
import Data.Maybe
import Test.Inspection (Equivalence (..))
+import Control.Monad
-- Uncomment to enable debug traces
-- import Debug.Trace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment