Skip to content

Commit 591ed85

Browse files
authored
[servant-docs] Export renderCurlBasePath lens (#1706)
* [servant-docs] Export renderCurlBasePath lens * Add changelog entry for renderCurlBasePath re-export
1 parent 5295795 commit 591ed85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: changelog.d/1706

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
synopsis: Add public re-export of renderCurlBasePath lens
2+
prs: #1706

Diff for: servant-docs/src/Servant/Docs.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module Servant.Docs
2626
HasDocs(..), docs, pretty, markdown
2727
-- ** Customising generated documentation
2828
, markdownWith, RenderingOptions(..), defRenderingOptions
29-
, requestExamples, responseExamples, ShowContentTypes(..), notesHeading
29+
, requestExamples, responseExamples, ShowContentTypes(..)
30+
, notesHeading, renderCurlBasePath
3031
-- * Generating docs with extra information
3132
, docsWith, docsWithIntros, docsWithOptions
3233
, ExtraInfo(..), extraInfo

0 commit comments

Comments
 (0)