Skip to content

Commit a41b375

Browse files
committed
test commit
1 parent 8f119d2 commit a41b375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Distribution/Server/Features/PackageList/PackageRank.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ scale :: Float -> Scorer -> Scorer
7373
scale mx sc = fracScor mx (total sc)
7474

7575
-- calculates number of versions from version list
76+
7677
major :: Num a => [a] -> a
7778
major (x : _) = x
7879
major _ = 0

0 commit comments

Comments
 (0)