This commit is contained in:
Joey Hess 2014-04-04 01:39:50 -04:00
parent 25a0026050
commit fb04055dde
2 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@ import qualified Propellor.Property.Docker as Docker
import qualified Propellor.Property.SiteSpecific.GitHome as GitHome import qualified Propellor.Property.SiteSpecific.GitHome as GitHome
import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuilder import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuilder
import qualified Propellor.Property.SiteSpecific.JoeySites as JoeySites import qualified Propellor.Property.SiteSpecific.JoeySites as JoeySites
-- Only imported to make sure it continues to build.
import qualified Propellor.Config.Simple ()
import Data.List import Data.List
main :: IO () main :: IO ()

View File

@ -64,8 +64,6 @@ Library
Exposed-Modules: Exposed-Modules:
Propellor Propellor
Propellor.Config.Simple
Propellor.Config.Joey
Propellor.Property Propellor.Property
Propellor.Property.Apt Propellor.Property.Apt
Propellor.Property.Cmd Propellor.Property.Cmd