summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-06 23:48:36 +0000
committerIan Lynagh <igloo@earth.li>2010-10-06 23:48:36 +0000
commit22535fa3b2f329a84f3d472f08480fa3c8195bb5 (patch)
treee4c9bdd6831e0fe7b0f08b1d1239e0856b1547ca /testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs
parent811690f996f440c854d3d79714d62826d0f2710e (diff)
downloadhaskell-22535fa3b2f329a84f3d472f08480fa3c8195bb5.tar.gz
Update tests now -fglasgow-exts is deprecated
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs b/testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs
index af8c3ca7c8..e8c339bdf6 100644
--- a/testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs
+++ b/testsuite/tests/ghc-regress/typecheck/should_compile/tc114.hs
@@ -1,4 +1,5 @@
-{-# OPTIONS -fglasgow-exts #-}
+{-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies,
+ FlexibleInstances #-}
-- !!! Functional dependencies
-- This broke an early impl of functional dependencies