diff options
Diffstat (limited to 'testsuite/tests/plugins/frontend01.hs')
-rw-r--r-- | testsuite/tests/plugins/frontend01.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/frontend01.hs b/testsuite/tests/plugins/frontend01.hs index db014568d4..e63c79b791 100644 --- a/testsuite/tests/plugins/frontend01.hs +++ b/testsuite/tests/plugins/frontend01.hs @@ -1 +1,2 @@ +{-# LANGUAGE Haskell2010 #-} main = putStrLn "hello world" |