summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7341.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7341.hs')
-rw-r--r--testsuite/tests/polykinds/T7341.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T7341.hs b/testsuite/tests/polykinds/T7341.hs
index 1c91847dfc..79d056532a 100644
--- a/testsuite/tests/polykinds/T7341.hs
+++ b/testsuite/tests/polykinds/T7341.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE KindSignatures, TypeFamilies, PolyKinds #-}
+{-# LANGUAGE KindSignatures, TypeFamilies, PolyKinds, FlexibleInstances #-}
module T7341 where