diff --git a/hsx2hs.cabal b/hsx2hs.cabal
--- a/hsx2hs.cabal
+++ b/hsx2hs.cabal
@@ -1,5 +1,5 @@
 Name:                   hsx2hs
-Version:                0.14.0
+Version:                0.14.1
 License:                BSD3
 License-File:           LICENSE
 Author:                 Niklas Broberg, Joel Bjornson
@@ -42,8 +42,8 @@
 
 Library
   Build-depends:	mtl              >= 2.0  && < 2.3,
-                        haskell-src-exts >= 1.18 && < 1.19,
-                        haskell-src-meta >= 0.7  && < 0.8,
+                        haskell-src-exts >= 1.18 && < 1.20,
+                        haskell-src-meta >= 0.7  && < 0.9,
                         template-haskell >= 2.7  && < 2.12,
                         bytestring,
                         utf8-string      >= 0.3  && < 1.1
