diff --git a/wkt.cabal b/wkt.cabal
--- a/wkt.cabal
+++ b/wkt.cabal
@@ -1,5 +1,5 @@
 name:                wkt
-version:             0.2.1
+version:             0.2.3
 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,9 +24,9 @@
   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.3,
-                       linear >=1.3 && <1.11,
+                       lens >=3.9 && <4.6,
+                       linear >=1.3 && <1.13,
                        parsec >=3.1 && <3.2,
-                       parsec-numbers >=0.0 && <0.1
+                       parsec-numbers >=0.0 && <0.2
   hs-source-dirs:      src
   default-language:    Haskell2010
