[commit: testsuite] ghc-7.6: Add DataKinds flag to test (6f1d897)

Paolo Capriotti p.capriotti at gmail.com
Wed Aug 15 19:25:21 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/6f1d897596fd163a37dc3fd4143a2a155a011916

>---------------------------------------------------------------

commit 6f1d897596fd163a37dc3fd4143a2a155a011916
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Aug 15 16:02:55 2012 +0100

    Add DataKinds flag to test
    
    MERGED from commit 1767d175d3a64f6821639a46a041d79ae4bc4866

>---------------------------------------------------------------

 tests/polykinds/T5798.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/polykinds/T5798.hs b/tests/polykinds/T5798.hs
index 68f543b..41543c7 100644
--- a/tests/polykinds/T5798.hs
+++ b/tests/polykinds/T5798.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE PolyKinds, DataKinds #-}
 
 module T5798 where
 





More information about the Cvs-ghc mailing list