-
-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exported Servant.Links.addQueryParam
- Loading branch information
1 parent
87d449c
commit 221af27
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
synopsis: Exported addQueryParam | ||
packages: servant | ||
prs: #1785 | ||
issues: #1232 | ||
significance: minor | ||
description: { | ||
`addQueryParams` is required to define custom `HasLink` instances which actually manipulate the | ||
generated query params. This function was not exported earlier and now it is. | ||
} |
This file contains 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