Add version filter to the configuration
This commit is contained in:
@@ -190,7 +190,7 @@ latestPackagist PackageOwner{..} = do
|
||||
fullName = Text.intercalate "/" [owner, name]
|
||||
|
||||
pure $ HashMap.lookup fullName packagistPackages
|
||||
>>= fmap (version . fst) . Vector.uncons
|
||||
>>= fmap (getField @"version" . fst) . Vector.uncons
|
||||
|
||||
-- * Remote text file
|
||||
|
||||
|
Reference in New Issue
Block a user