Add more documentation to yesod-test#1676
Merged
MaxGabriel merged 4 commits intomasterfrom Jun 1, 2020
Merged
Conversation
MaxGabriel
commented
May 31, 2020
MaxGabriel
commented
May 31, 2020
MaxGabriel
commented
May 31, 2020
| @ | ||
| spec :: Spec | ||
| spec = withApp $ do | ||
| describe \"Homepage\" $ do |
Member
Author
MaxGabriel
commented
May 31, 2020
snoyberg
approved these changes
Jun 1, 2020
Member
snoyberg
left a comment
There was a problem hiding this comment.
Really nice addition, thank you! I'd say merge when you're ready.
Member
Author
|
Thanks Michael! Merged, will release in a moment |
Member
Author
|
Some followup: I noticed that this commit 804b114#diff-db7413bfa3e96b76f6cb9c8e4822433e bumped the dependency on base, but wasn't released as a new version. I added that to the changelog. I tried to upload but got this error: Do I just bump the cabal-version in the .cabal file? I didn't see other reports of this when googling, so was sort of confused to see it |
Member
|
I think it's a new "feature" of Hackage, I had to do it to another package recently. Yes, just bump the cabal-version. |
Member
Author
|
Thanks, released 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This adds high-level documentation to yesod-test, plus some function documentation
Before submitting your PR, check that you've:
@sincedeclarations to the Haddocks for new, public APIs - n/aAfter submitting your PR: