diff options
Diffstat (limited to 'testsuite/tests/polykinds/T6020a.hs')
-rw-r--r-- | testsuite/tests/polykinds/T6020a.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T6020a.hs b/testsuite/tests/polykinds/T6020a.hs index 00689786c3..abdee4d4f1 100644 --- a/testsuite/tests/polykinds/T6020a.hs +++ b/testsuite/tests/polykinds/T6020a.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-redundant-constraints #-} {-# LANGUAGE DataKinds, FunctionalDependencies, FlexibleInstances, UndecidableInstances, PolyKinds, KindSignatures, ConstraintKinds, FlexibleContexts, GADTs #-} |