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

Create .purs-repl template when running spago init #558

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Create .purs-repl template when running spago init #558

merged 1 commit into from
Jan 31, 2020

Conversation

drewolson
Copy link
Contributor

Fixes #555

Description of the change

This change creates a .purs-repl file with import Prelude as its content if it doesn't already exist when running spago init.

Regarding the checklist below, templating of other hidden files (e.g. .gitignore) wasn't mentioned in the README nor tested. I was consistent with this file, but I'm willing to add tests or README documentation if you think it's necessary.

Checklist:

  • Added the change to the "Unreleased" section of the changelog
  • Added some example of the new feature to the README
  • Added a test for the contribution (if applicable)

Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

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

Looks great, thank you! 🙂

@f-f f-f merged commit 34acf89 into purescript:master Jan 31, 2020
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.

Create a .purs-repl file when doing init
2 participants