Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
spatten committed May 28, 2024
1 parent db11006 commit addd406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Fossa/VendoredDependency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ instance FromJSON VendoredDependency where
<$> (obj `neText` "name")
<*> (obj `neText` "path")
<*> (unTextLike <$$> obj .:? "version")
<* forbidMembers "vendored dependencies" ["type", "license", "url", "description"] obj
<* forbidMembers "vendored dependencies" ["type", "license", "url", "description"] obj

case vendoredVersion vendorDep of
Nothing -> pure vendorDep
Expand Down

0 comments on commit addd406

Please sign in to comment.