]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/Configuration.hs
Add more code documentation.
[dead/htsn.git] / src / Configuration.hs
index 68751d6015784242e7ecdb89fcf2ee568ef383da..0a657e2eeca508767c114d3b00c01aa9a2e836cf 100644 (file)
@@ -15,6 +15,8 @@ import qualified OptionalConfiguration as OC (
   merge_maybes )
 import TSN.FeedHosts (FeedHosts(..))
 
+-- | The main configuration data type. This will be passed to most of
+--   the important functions once it has been created.
 data Configuration =
   Configuration {
     daemonize        :: Bool,