diff --git a/src/Configuration/Dotenv.hs b/src/Configuration/Dotenv.hs index d831757..b8e4da5 100644 --- a/src/Configuration/Dotenv.hs +++ b/src/Configuration/Dotenv.hs @@ -41,7 +41,7 @@ import Data.Map (fromList, toList) import System.IO.Error (isDoesNotExistError) import Text.Megaparsec (errorBundlePretty, parse) --- | Monad Stack for the application +-- | Monad Stack for the application type DotEnv m a = ReaderT Config m a -- | Loads the given list of options into the environment. Optionally