Skip to content

Commit c7bc3a0

Browse files
tchoutrimaksbotan
andauthored
Update src/Servant/OpenApi/Internal.hs
Co-authored-by: Maxim Koltsov <[email protected]>
1 parent c22c184 commit c7bc3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servant/OpenApi/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ instance
482482
(headers .~ fmap Inline (toAllResponseHeaders (Proxy @hs)))
483483
(responseSwagger @r)
484484

485-
class IsSwaggerResponseList as where
485+
class IsSwaggerResponseList (as :: [Type]) where
486486
responseListSwagger :: DeclareDefinition (InsOrdHashMap HttpStatusCode Response)
487487

488488
class IsSwaggerResponse a where

0 commit comments

Comments
 (0)