diff --git a/wkt.cabal b/wkt.cabal
--- a/wkt.cabal
+++ b/wkt.cabal
@@ -1,5 +1,5 @@
 name:                wkt
-version:             0.2.4
+version:             0.2.5
 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
@@ -24,8 +24,8 @@
   exposed-modules:     Data.Geo.WKT, Data.Geo.WKT.Types, Data.Geo.WKT.Parser
   other-extensions:    TemplateHaskell
   build-depends:       base >=4.6 && <4.9,
-                       lens >=3.9 && <4.8,
-                       linear >=1.3 && <1.17,
+                       lens >=3.9 && <4.10,
+                       linear >=1.3 && <1.19,
                        parsec >=3.1 && <3.2,
                        parsec-numbers >=0.0 && <0.2
   hs-source-dirs:      src
