diff options
Diffstat (limited to 'testsuite/tests/polykinds/T6021.hs')
-rw-r--r-- | testsuite/tests/polykinds/T6021.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T6021.hs b/testsuite/tests/polykinds/T6021.hs index 0a89bf9570..77915a266e 100644 --- a/testsuite/tests/polykinds/T6021.hs +++ b/testsuite/tests/polykinds/T6021.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE KindSignatures, PolyKinds, MultiParamTypeClasses #-} +{-# LANGUAGE KindSignatures, PolyKinds, MultiParamTypeClasses, FlexibleInstances #-} module T6021 where class Panic a b |