conferer-0.1.0.0: Configuration management library

Safe HaskellSafe
LanguageHaskell2010

Conferer.FetchFromConfig.Basics

Contents

Documentation

Orphan instances

FetchFromConfig Bool Source # 
Instance details

Methods

fetch :: Key -> Config -> IO (Either Text Bool) Source #

FetchFromConfig Float Source # 
Instance details

Methods

fetch :: Key -> Config -> IO (Either Text Float) Source #

FetchFromConfig Int Source # 
Instance details

Methods

fetch :: Key -> Config -> IO (Either Text Int) Source #

FetchFromConfig String Source # 
Instance details

Methods

fetch :: Key -> Config -> IO (Either Text String) Source #

FetchFromConfig ByteString Source # 
Instance details

FetchFromConfig Text Source # 
Instance details

Methods

fetch :: Key -> Config -> IO (Either Text Text) Source #