stackbuilders / dotenv-hs

Load environment variables from dotenv files for Haskell
https://hackage.haskell.org/package/dotenv
MIT License
65 stars 14 forks source link

chore: Go back to previous return type for loadFile #152

Closed CristhianMotoche closed 1 year ago

CristhianMotoche commented 1 year ago

Change

After reviewing the question described by @nsaunders I think it would be best to return to the initial return value for loadFile. It would make more sense since it's an action that doesn't need to return the list of environment variables loaded. It's main purpose is to load the envs from a file before running another action.

nsaunders commented 1 year ago

Glad to see this change, thanks again!