Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reexport defaultConfig #101

Merged
merged 1 commit into from Oct 15, 2018
Merged

Conversation

matsubara0507
Copy link
Contributor

There are writting import Configuration.Dotenv (loadFile, defaultConfig) in README.
But defaultConfig is not reexport in Configuration.Dotenv module.

Occur error when write Main.hs like README:

Main.hs:17:42: error:
    Module ‘Configuration.Dotenv’ does not export ‘defaultConfig’
   |                             
17 | import           Configuration.Dotenv   (defaultConfig, loadFile)
   |                                          ^^^^^^^^^^^^^

So, need to explicit reexport defaultConfig if not change README.

There are writting `import Configuration.Dotenv (loadFile, defaultConfig)` in README.
But defaultConfig is not reexport in Configuration.Dotenv module.
Copy link
Contributor

@juanpaucar juanpaucar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for the heads up. I'll upload a new version to hackage with this fix

@juanpaucar juanpaucar merged commit 0663698 into stackbuilders:master Oct 15, 2018
@juanpaucar
Copy link
Contributor

@matsubara0507 It has been uploaded, thanks
http://hackage.haskell.org/package/dotenv-0.6.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants