conferer-0.4.1.1: Configuration management library

Safe HaskellSafe
LanguageHaskell2010

Conferer.Source.Simple

Contents

Synopsis

Simple Source

This source provides values from a hardcoded Map passed at creation time that can not be changed afterwards, it's mostly used as a necessary utility

mkMapSource :: [(Key, Text)] -> SourceCreator Source #

Make a Source from List of Key, Text pairs