Index: b/string-interpolate.cabal
===================================================================
--- a/string-interpolate.cabal
+++ b/string-interpolate.cabal
@@ -2,6 +2,7 @@ cabal-version: 1.18
 
 name:           string-interpolate
 version:        0.3.4.0
+x-revision: 4
 synopsis:       Haskell string/text/bytestring interpolation that just works
 description:    Unicode-aware string interpolation that handles all textual types.
                 .
@@ -76,7 +77,7 @@ library
       , split <0.3
       , haskell-src-exts <1.24
       , haskell-src-meta <0.9
-      , template-haskell <2.22
+      , template-haskell <2.24
       , text-conversions <0.4
       , utf8-string <1.1
     default-language: Haskell2010
@@ -91,13 +92,13 @@ test-suite string-interpolate-test
     build-depends:
         base ==4.*
       , string-interpolate
-      , QuickCheck <2.16
+      , QuickCheck <2.18
       , bytestring <0.13
       , text <2.2
-      , template-haskell <2.22
+      , template-haskell <2.24
       , hspec ==2.*
       , hspec-core ==2.*
-      , quickcheck-instances <0.4
+      , quickcheck-instances <0.5
       , quickcheck-text <0.2
       , quickcheck-unicode <1.1
       , unordered-containers <0.3
@@ -112,7 +113,7 @@ benchmark string-interpolate-bench
     build-depends:
         base ==4.*
       , string-interpolate
-      , QuickCheck <2.16
+      , QuickCheck <2.18
       , bytestring <0.13
       , text <2.2
       , deepseq <1.6
