packages feed

spherical 0.1.0.0 → 0.1.1.0

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Math.Geometry.Spherical: distance :: Floating a => a -> (a, a) -> (a, a) -> a

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # spherical +## 0.1.1.0++  * Expose `distance` function+ ## 0.1.0.0  Initial release
spherical.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: spherical-version: 0.1.0.0+version: 0.1.1.0 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale
src/Math/Geometry/Spherical.hs view
@@ -8,6 +8,7 @@     , areaConvex     , perimeterPolygon     , areaPolygon+    , distance     -- * Projections     , albers     , littow