summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_noflag_nohaddock/haddockD004.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_noflag_nohaddock/haddockD004.hs')
-rw-r--r--testsuite/tests/haddock/should_compile_noflag_nohaddock/haddockD004.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/tests/haddock/should_compile_noflag_nohaddock/haddockD004.hs b/testsuite/tests/haddock/should_compile_noflag_nohaddock/haddockD004.hs
new file mode 100644
index 0000000000..cc9e07e6b2
--- /dev/null
+++ b/testsuite/tests/haddock/should_compile_noflag_nohaddock/haddockD004.hs
@@ -0,0 +1,17 @@
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+-----------------------------------------------------------------------------
+--
+-- Module : Foreign
+-- Copyright : (c) The FFI task force 2001
+-- License : BSD-style (see the file libraries/base/LICENSE)
+--
+-- Maintainer : ffi@haskell.org
+-- Stability : provisional
+-- Portability : portable
+--
+-- A collection of data types, classes, and functions for interfacing
+-- with another programming language.
+--
+-----------------------------------------------------------------------------
+
+module Hej where