gps 0.8.3 → 0.8.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/GPS/Trail.hs +1/−1
- gps.cabal +1/−1
Data/GPS/Trail.hs view
@@ -402,7 +402,7 @@ in case first of Nothing -> [] Just f ->- let sorted = sortBy (comparing (eastZeroHeading f)) (filter (/= f) xs)+ let sorted = L.sortBy (comparing (eastZeroHeading f)) (filter (/= f) xs) in case sorted of (a:b:cs) -> grahamScan (b:a:f:[]) cs cs -> f : cs
gps.cabal view
@@ -1,5 +1,5 @@ name: gps-version: 0.8.3+version: 0.8.4 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com>