-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
[#333] Use key-value map for extra files #372
Conversation
* Create specified extra files * Make HLint happy * Fix after review
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.
There is no place for me here... I will choose the truth I like.
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 looks great all together, thanks for the huge work! 👍
The only thing left is to update the CHANGELOG, write migration note and update README with this feature accordingly. Can be done separately though 🙂
@@ -59,12 +61,13 @@ data ConfigP (p :: Phase) = Config | |||
, cBench :: !Decision | |||
, cPrelude :: !(Last CustomPrelude) | |||
, cExtensions :: ![Text] | |||
, cWarnings :: ![Text] | |||
, cGhcOptions :: ![Text] -- ^ GHC options to add every stanza | |||
, cWarnings :: ![Text] -- ^ DEPRECATED: TODO: remove in 1.4. |
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.
Created #374 to track this
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.
Thanks, that's very helpful! It's indeed a good idea to create issues to have a smoother deprecation period. Nice!
@vrom911 It's not a problem to update this PR, I will do this 🙂 Just to finish with this issue here 🙂 |
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.
Looks cool!
Resolves #333