diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-03-16 13:54:02 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-03-16 13:54:02 +0000 |
commit | 55063d0adaeb07c62c8057529ee0bcde8c792c23 (patch) | |
tree | b5a6781454c10694765e68c763ee121c3cbf1844 /testsuite | |
parent | 3dea107c3eb97b885a1059519626a9478e50d3ad (diff) | |
download | haskell-55063d0adaeb07c62c8057529ee0bcde8c792c23.tar.gz |
Add KindSignatures flag to test
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/polykinds/PolyKinds06.hs | 2 |
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 |