summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-04 20:28:39 +0000
committerIan Lynagh <igloo@earth.li>2007-08-04 20:28:39 +0000
commitcaff4e5cbcaf8eb87f04208bdc3d0fd3c7b2a55c (patch)
treecb64cc26a910ccceaea1e4cd9b47340ebc74bde7 /testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
parent3bc60be84f299b8a465e865a7bd3cf61fae98635 (diff)
downloadhaskell-caff4e5cbcaf8eb87f04208bdc3d0fd3c7b2a55c.tar.gz
Follow flag changes
Diffstat (limited to 'testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs')
-rw-r--r--testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs b/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
index 0c120d32b5..60cb12f098 100644
--- a/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
+++ b/testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -ftype-families #-}
+{-# LANGUAGE TypeFamilies #-}
module Exp (C, C(type T), T, foo, S)
where