diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/readFail036.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/readFail036.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/readFail036.hs b/testsuite/tests/parser/should_fail/readFail036.hs index 15afd980f8..af2d1b3d0c 100644 --- a/testsuite/tests/parser/should_fail/readFail036.hs +++ b/testsuite/tests/parser/should_fail/readFail036.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} module Foo where import Data.Kind (Type) |