1 2 3 4 5 6 7 8
{-# LANGUAGE Safe #-} {-# OPTIONS_GHC -fpackage-trust #-} -- | Basic test to see if Safe flags compiles module SafeFlags20 where f :: Int f = 1