diff --git a/horizon.cabal b/horizon.cabal
--- a/horizon.cabal
+++ b/horizon.cabal
@@ -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
