add module Mains for picky versions of ghc

This commit is contained in:
Joey Hess 2014-05-01 10:48:33 -03:00
parent 320e988fd1
commit 2bc9a2a737
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
-- This is the live config file used by propellor's author.
module Main where
import Propellor
import Propellor.CmdLine

View File

@ -12,6 +12,8 @@
-- The source is either copied from /usr/src/propellor, or is cloned from
-- git over the network.
module Main where
import Utility.UserInfo
import Utility.Monad
import Utility.Process