[commit: testsuite] master: Add needed -XPolyKinds (ec73de5)
Simon Peyton Jones
simonpj at microsoft.com
Fri May 11 19:15:18 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ec73de5a230279de08d1a93880207972d9375b63
>---------------------------------------------------------------
commit ec73de5a230279de08d1a93880207972d9375b63
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri May 11 18:14:59 2012 +0100
Add needed -XPolyKinds
>---------------------------------------------------------------
tests/polykinds/T6021.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/polykinds/T6021.hs b/tests/polykinds/T6021.hs
index 5bbd0b6..0a89bf9 100644
--- a/tests/polykinds/T6021.hs
+++ b/tests/polykinds/T6021.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE KindSignatures, MultiParamTypeClasses #-}
+{-# LANGUAGE KindSignatures, PolyKinds, MultiParamTypeClasses #-}
module T6021 where
class Panic a b
More information about the Cvs-ghc
mailing list