packages feed

haskell-language-server-2.7.0.0: plugins/hls-stan-plugin/test/testdata/test.hs

orderPair x y
    | x < y = 1
    | x > y = 2
    | otherwise = 3