add module Mains for picky versions of ghc
This commit is contained in:
parent
320e988fd1
commit
2bc9a2a737
|
@ -1,4 +1,5 @@
|
|||
-- This is the live config file used by propellor's author.
|
||||
module Main where
|
||||
|
||||
import Propellor
|
||||
import Propellor.CmdLine
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue