packages feed

batchd-core-0.1.0.0: src/Batchd/Core.hs

-- | This module re-exports all required interfaces for batchd extensions.
module Batchd.Core
  (
   module Batchd.Core.Common.Types,
   module Batchd.Core.Daemon.Hosts,
   module Batchd.Core.Daemon.Logging,
   loadHostControllerConfig
  ) where

import Batchd.Core.Common.Types
import Batchd.Core.Common.Config (loadHostControllerConfig)
import Batchd.Core.Daemon.Hosts
import Batchd.Core.Daemon.Logging