summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/MissingExportList03.hs
blob: 4a5ecf0bcfdfa71ed1787fdc54d88480f2064120 (plain)
1
2
3
4
5
{-# OPTIONS_GHC -Werror -fwarn-missing-export-lists #-}
module ShouldFail where

foo :: String
foo = "foo"