-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Manage the application of templates to custom yaml -- -- Please see the README on GitHub at -- https://github.com/danielrolls/specup @package specup @version 0.2.0.2 -- | Manage the application of templates to custom yaml module SpecUp -- | Apply a given template to the supplied yaml invokeTemplateOnSpec :: Text -> ByteString -> Either String Text