From 55063d0adaeb07c62c8057529ee0bcde8c792c23 Mon Sep 17 00:00:00 2001 From: Simon Peyton Jones Date: Fri, 16 Mar 2012 13:54:02 +0000 Subject: [PATCH] Add KindSignatures flag to test --- testsuite/tests/polykinds/PolyKinds06.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab