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.
|
-- This is the live config file used by propellor's author.
|
||||||
|
module Main where
|
||||||
|
|
||||||
import Propellor
|
import Propellor
|
||||||
import Propellor.CmdLine
|
import Propellor.CmdLine
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
-- The source is either copied from /usr/src/propellor, or is cloned from
|
-- The source is either copied from /usr/src/propellor, or is cloned from
|
||||||
-- git over the network.
|
-- git over the network.
|
||||||
|
|
||||||
|
module Main where
|
||||||
|
|
||||||
import Utility.UserInfo
|
import Utility.UserInfo
|
||||||
import Utility.Monad
|
import Utility.Monad
|
||||||
import Utility.Process
|
import Utility.Process
|
||||||
|
|
Loading…
Reference in New Issue