packages feed

require-0.3.1: executable/Require/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 qualified Require
import Universum

main :: IO ()
main = Require.requireMain