-
Notifications
You must be signed in to change notification settings - Fork 1
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
doc: Add a preliminary Haskell style guide. #991
Conversation
I believe this addresses everything that we wrote in #143, and more. Comments & suggested additions welcome. |
Closes #143 Signed-off-by: Drew Hess <[email protected]>
I'm going to merge this now. It's easy enough to fix up later if anyone would like to make additional changes. |
|
||
## Cabal | ||
|
||
* Start all new Cabal projects with `default-language: Haskell2010`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems odd in light of the fact that all of our default-language
fields are currently set to GHC2021
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that's an oversight. I'll fix it, thanks.
Fixes can go here: #997 |
Closes #143