diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-06 23:48:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-06 23:48:36 +0000 |
commit | 22535fa3b2f329a84f3d472f08480fa3c8195bb5 (patch) | |
tree | e4c9bdd6831e0fe7b0f08b1d1239e0856b1547ca /testsuite/tests/ghc-regress/gadt/lazypat.hs | |
parent | 811690f996f440c854d3d79714d62826d0f2710e (diff) | |
download | haskell-22535fa3b2f329a84f3d472f08480fa3c8195bb5.tar.gz |
Update tests now -fglasgow-exts is deprecated
Diffstat (limited to 'testsuite/tests/ghc-regress/gadt/lazypat.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/gadt/lazypat.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/gadt/lazypat.hs b/testsuite/tests/ghc-regress/gadt/lazypat.hs index 3ef194af6c..f16da207aa 100644 --- a/testsuite/tests/ghc-regress/gadt/lazypat.hs +++ b/testsuite/tests/ghc-regress/gadt/lazypat.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fglasgow-exts #-}
+{-# LANGUAGE GADTs, ExistentialQuantification #-}
module ShouldFail where
|