summaryrefslogtreecommitdiff
path: root/compiler/types/Unify.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/Unify.hs')
-rw-r--r--compiler/types/Unify.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/types/Unify.hs b/compiler/types/Unify.hs
index bb6d0f4919..1e5406db2e 100644
--- a/compiler/types/Unify.hs
+++ b/compiler/types/Unify.hs
@@ -4,11 +4,6 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE DeriveFunctor #-}
-{-# OPTIONS_GHC -Wno-overlapping-patterns -Wno-incomplete-patterns #-}
- -- Yuk! Suppresses bogus warnings
- -- The -Wno-incomplete-patterns suppresses
- -- a pattern-checker iteration limit error
-
module Unify (
tcMatchTy, tcMatchTyKi,
tcMatchTys, tcMatchTyKis,