diff --git a/wkt.cabal b/wkt.cabal
--- a/wkt.cabal
+++ b/wkt.cabal
@@ -1,5 +1,5 @@
 name:                wkt
-version:             0.2.3
+version:             0.2.4
 synopsis:            Parsec parsers and types for geographic data in well-known text (WKT) format.
 description:
   Parsec parsers and types for geographic metadata in the well-known
@@ -23,9 +23,9 @@
 library
   exposed-modules:     Data.Geo.WKT, Data.Geo.WKT.Types, Data.Geo.WKT.Parser
   other-extensions:    TemplateHaskell
-  build-depends:       base >=4.6 && <4.8,
-                       lens >=3.9 && <4.6,
-                       linear >=1.3 && <1.13,
+  build-depends:       base >=4.6 && <4.9,
+                       lens >=3.9 && <4.8,
+                       linear >=1.3 && <1.17,
                        parsec >=3.1 && <3.2,
                        parsec-numbers >=0.0 && <0.2
   hs-source-dirs:      src
