gps 0.8 → 0.8.0.1
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
@@ -94,7 +94,7 @@ getTimeDiff a b = on (liftM2 diffUTCTime) getUTCTime a b -- getAvg :: [] -> AvgMethod -> Speed- getAvg cs AvgMean =+ getAvg cs m = let ss = getSpeedsV cs in case m of AvgMean -> mean ss
gps.cabal view
@@ -1,5 +1,5 @@ name: gps-version: 0.8+version: 0.8.0.1 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com>