diff options
Diffstat (limited to 'testsuite/tests/polykinds/T7973.hs')
-rw-r--r-- | testsuite/tests/polykinds/T7973.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T7973.hs b/testsuite/tests/polykinds/T7973.hs index 44e3ac0468..0053858d81 100644 --- a/testsuite/tests/polykinds/T7973.hs +++ b/testsuite/tests/polykinds/T7973.hs @@ -1,5 +1,6 @@ {-# LANGUAGE DataKinds, PolyKinds, KindSignatures #-} -{-# LANGUAGE ExistentialQuantification, UndecidableInstances, TypeFamilies #-} +{-# LANGUAGE ExistentialQuantification, UndecidableInstances, TypeFamilies, + FlexibleContexts #-} module Test where |