Closed cdepillabout closed 7 years ago
I don't mind having stack.yaml
files around for those who prefer stack
don't worry. The PR looks good to me! @phadej objections?
@phadej Any thoughts about this HasDocs
instance for MultipartForm
?
9 days is enough to chime in. Merging this. We can still tweak those docs instances later if there's a problem.
@alpmestan Thanks!
This PR adds a
HasDocs
instance forMultipartForm
.It also adds a
ToMultipartSample
class so that users can easily add documentation for their types. This is similar to theToSample
class from servant-docs.The output markdown created by the
HasDocs
instance can be seen here.This PR also adds a
stack.yaml
to make development easier for people using stack. However, if you don't want astack.yaml
in this repository, let me know and a I'll remove it!Closes #10.