horizon 0.1.0 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- horizon.cabal +2/−2
horizon.cabal view
@@ -1,5 +1,5 @@ name: horizon-version: 0.1.0+version: 0.1.1 synopsis: Sunrise and sunset UTC approximations from latitude and longitude coordinates description: Provides a basic implementation of the sunrise and sunset equations from <https://en.wikipedia.org/wiki/Sunrise_equation this wikipedia page>. license: BSD3@@ -21,7 +21,7 @@ -- other-modules: -- other-extensions: build-depends: base >=4.7 && < 4.8,- time >= 1.4.2 && < 1.5,+ time, AC-Angle >= 1.0 && < 2.0 hs-source-dirs: src default-language: Haskell2010