summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/MissingExportList02.hs
blob: 15c31b93c3f1004c64ddba4b655092d7b1d2eebb (plain)
1
2
3
4
5
{-# OPTIONS_GHC -Werror -fwarn-missing-export-lists #-}
module ShouldCompile () where

foo :: String
foo = "foo"