summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/PolyKinds10.hs
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2012-01-16 14:19:16 +0100
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2012-01-16 14:22:30 +0100
commit5ff65d76259203a211a38b043e3e75835fa04fc7 (patch)
treefb3fbb4078dbb2f101d8ef03d5ad95dfd163327c /testsuite/tests/polykinds/PolyKinds10.hs
parent28f619e259f352079b8cf1165983d1b2263d71f7 (diff)
downloadhaskell-5ff65d76259203a211a38b043e3e75835fa04fc7.tar.gz
Use the new flag -XDataKinds
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds10.hs')
-rw-r--r--testsuite/tests/polykinds/PolyKinds10.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds10.hs b/testsuite/tests/polykinds/PolyKinds10.hs
index b5735326fe..b023fd092f 100644
--- a/testsuite/tests/polykinds/PolyKinds10.hs
+++ b/testsuite/tests/polykinds/PolyKinds10.hs
@@ -5,7 +5,7 @@
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE FlexibleContexts #-}
-{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE DataKinds #-}
module Main where