Skip to content

Commit

Permalink
(just testing) Build without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro committed Mar 8, 2024
1 parent 99e7c0c commit de3871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/Dotenv.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de3871e

Please sign in to comment.