-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update according to Contributors library guidelines #121
Update according to Contributors library guidelines #121
Conversation
Verified that
|
I wasn't sure what to do about the - , sources = [ "src/**/*.purs", "test/**/*.purs" ]
+ , sources = [ "src/**/*.purs", "test/**/*.purs", "examples/**/*.purs ] but doing so causes
|
The let config = ./spago.dhall
in config
with dependencies = config.dependencies # [ newDependency ]
with sources = config.sources # [ "examples/**/*.purs" ] |
The examples are now functional and I added a note in the quick start about how to run them. |
This pull request is part of an effort to update and standardize the Contributors libraries according to the Library Guidelines. Specifically, it:
test
directory.This PR is the groundwork for followup efforts to ensure contributor libraries are kept up-to-date, documented, tested, and accessible to users and new contributors.