diff --git a/hssqlppp-th.cabal b/hssqlppp-th.cabal
--- a/hssqlppp-th.cabal
+++ b/hssqlppp-th.cabal
@@ -1,5 +1,5 @@
 Name:                hssqlppp-th
-Version:             0.6.0
+Version:             0.6.1
 Synopsis:            hssqlppp extras which need template-haskell
 License:             BSD3
 License-file:        LICENSE
@@ -30,8 +30,8 @@
 Library
   Build-Depends:     base >= 4 && < 5,
                      template-haskell,
-                     hssqlppp == 0.6.0,
-                     syb >= 0.1.0.2 && < 0.7,
+                     hssqlppp == 0.6.1,
+                     syb >= 0.1.0.2 && < 0.8,
                      text >= 0.11.1.13 && < 1.3
 
   hs-source-dirs:      src
@@ -44,13 +44,13 @@
     main-is:    TestsTh.lhs
     hs-source-dirs:    src,tests
     Build-Depends:     base >= 4 && < 5,
-                       syb >= 0.1.0.2 && < 0.7,
+                       syb >= 0.1.0.2 && < 0.8,
                        template-haskell,
                        tasty >= 0.10 && < 0.12,
                        tasty-hunit >= 0.9 && < 0.10,
 
                        text >= 0.11.1.13 && < 1.3,
-                       hssqlppp == 0.6.0
+                       hssqlppp == 0.6.1
 
   Other-Modules:       Database.HsSqlPpp.Tests.QuasiQuoteTests
                        Database.HsSqlPpp.Quote
