diff --git a/aeson-value-parser.cabal b/aeson-value-parser.cabal
--- a/aeson-value-parser.cabal
+++ b/aeson-value-parser.cabal
@@ -1,5 +1,5 @@
 name: aeson-value-parser
-version: 0.19
+version: 0.19.0.1
 synopsis: API for parsing "aeson" JSON tree into Haskell types
 description:
   A flexible parser DSL of JSON AST produced by the \"aeson\" library
@@ -38,7 +38,7 @@
     base >=4.9 && <5,
     bytestring >=0.10 && <0.12,
     hashable >=1.3 && <2,
-    megaparsec >=8 && <9,
+    megaparsec >=8 && <10,
     mtl >=2.2 && <3,
     scientific ==0.3.*,
     text ==1.*,
