diff --git a/ihaskell-rlangqq.cabal b/ihaskell-rlangqq.cabal
--- a/ihaskell-rlangqq.cabal
+++ b/ihaskell-rlangqq.cabal
@@ -1,5 +1,5 @@
 name:                ihaskell-rlangqq
-version:             0.2.0.1
+version:             0.2.1.1
 synopsis:            a rDisp quasiquote to show plots from Rlang-QQ in IHaskell 
 license:             BSD3
 license-file:        LICENSE
@@ -13,14 +13,14 @@
   exposed-modules:     IHaskell.Display.Rlangqq
   other-extensions:    TupleSections, TemplateHaskell
   build-depends:       base <5,
-                       Rlang-QQ >=0.2 && <0.3,
+                       Rlang-QQ >= 0.3,
                        directory >=1.2 && <1.3,
-                       filepath >=1.3 && <1.4,
+                       filepath >=1.3 && <1.5,
                        bytestring >=0.10 && <0.11,
                        base64-bytestring >=1.0 && <1.1,
-                       ihaskell >=0.5,
+                       ihaskell >= 0.6.1,
                        ihaskell-blaze >=0.2 && <0.3,
-                       blaze-html >=0.6 && <0.8,
+                       blaze-html >=0.6 && <0.9,
                        split >=0.2 && <0.3,
                        stm   -any,
                        xformat >=0.1 && <0.2,
