[commit: ghc] master: This test should have -XDataKinds (0686897)
git at git.haskell.org
git at git.haskell.org
Fri Sep 26 13:42:51 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/068689703546a5a1b8c300d0307a12d342313707/ghc
>---------------------------------------------------------------
commit 068689703546a5a1b8c300d0307a12d342313707
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Sep 26 14:42:26 2014 +0100
This test should have -XDataKinds
>---------------------------------------------------------------
068689703546a5a1b8c300d0307a12d342313707
testsuite/tests/th/T8412.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/th/T8412.hs b/testsuite/tests/th/T8412.hs
index 074bb50..5113a94 100644
--- a/testsuite/tests/th/T8412.hs
+++ b/testsuite/tests/th/T8412.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE TemplateHaskell #-}
+{-# LANGUAGE TemplateHaskell, DataKinds #-}
import Language.Haskell.TH
More information about the ghc-commits
mailing list