Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/Cabal/examples/hapax.hs
-- Simple general-purpose Cabal setup script module Main (main) where import Distribution.Simple (defaultMainWithHooks, defaultUserHooks) main :: IO () main = defaultMainWithHooks defaultUserHooks