haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

[servant-docs] Export renderCurlBasePath lens #1706

Open xsebek opened 10 months ago

xsebek commented 10 months ago

Add missing renderCurlBasePath lens re-export.

A workaround is to use:

import Servant.Docs.Internal qualified as SD (renderCurlBasePath)