diff options
Diffstat (limited to 'testsuite/tests/polykinds/T14710.hs')
-rw-r--r-- | testsuite/tests/polykinds/T14710.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T14710.hs b/testsuite/tests/polykinds/T14710.hs index 2fec10a7a1..de34bc3e05 100644 --- a/testsuite/tests/polykinds/T14710.hs +++ b/testsuite/tests/polykinds/T14710.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} {-# LANGUAGE KindSignatures #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE ScopedTypeVariables #-} |