summaryrefslogtreecommitdiff
path: root/src/Conftrack/Source/Yaml.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Conftrack/Source/Yaml.hs')
-rw-r--r--src/Conftrack/Source/Yaml.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Conftrack/Source/Yaml.hs b/src/Conftrack/Source/Yaml.hs
index 6adc798..4642922 100644
--- a/src/Conftrack/Source/Yaml.hs
+++ b/src/Conftrack/Source/Yaml.hs
@@ -6,6 +6,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE UndecidableInstances #-}
+-- | Functions for producing sources reading from yaml strings or files, using the aeson library.
module Conftrack.Source.Yaml (YamlSource(..), mkYamlSource, mkYamlSourceWith, mkYamlFileSource) where
import Conftrack.Source (SomeSource(..), ConfigSource (..))