summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/PolyKinds06.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-03-16 13:54:02 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-03-16 13:54:02 +0000
commit55063d0adaeb07c62c8057529ee0bcde8c792c23 (patch)
treeb5a6781454c10694765e68c763ee121c3cbf1844 /testsuite/tests/polykinds/PolyKinds06.hs
parent3dea107c3eb97b885a1059519626a9478e50d3ad (diff)
downloadhaskell-55063d0adaeb07c62c8057529ee0bcde8c792c23.tar.gz
Add KindSignatures flag to test
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds06.hs')
-rw-r--r--testsuite/tests/polykinds/PolyKinds06.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds06.hs b/testsuite/tests/polykinds/PolyKinds06.hs
index 9691d45ebb..691d103d6f 100644
--- a/testsuite/tests/polykinds/PolyKinds06.hs
+++ b/testsuite/tests/polykinds/PolyKinds06.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE DataKinds #-}
+{-# LANGUAGE DataKinds, KindSignatures #-}
{-# LANGUAGE GADTs #-}
module PolyKinds06 where