summaryrefslogtreecommitdiff
path: root/propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-01 10:48:33 -0300
committerJoey Hess2014-05-01 10:48:33 -0300
commit2bc9a2a7379f80595f5b8f3dc5475f64d5537cfc (patch)
tree9762f99d36112e62af1851970185fba4c7d4bd8f /propellor.hs
parent320e988fd133758427884dcdb38ff81061e4e5dd (diff)
add module Mains for picky versions of ghc
Diffstat (limited to 'propellor.hs')
-rw-r--r--propellor.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/propellor.hs b/propellor.hs
index c7727751..2478450f 100644
--- a/propellor.hs
+++ b/propellor.hs
@@ -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