require-0.4.6: executable/AutoRequire/Main.hs
-- It is generally a good idea to keep all your business logic in your library -- and only use it in the executable. Doing so allows others to use what you -- wrote in their libraries. import Relude import qualified Require main :: IO () main = Require.autorequireMain