diff --git a/string-qq.cabal b/string-qq.cabal
--- a/string-qq.cabal
+++ b/string-qq.cabal
@@ -1,5 +1,5 @@
 Name:          string-qq
-Version:       0.0.5
+Version:       0.0.6
 License:       PublicDomain
 License-file:  LICENSE
 Category:      Data
@@ -11,11 +11,18 @@
 Build-Type:    Simple
 Synopsis:      QuasiQuoter for non-interpolated strings, texts and bytestrings.
 Description:   QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for writing multi-line IsString literals.
-Tested-With:   GHC==6.10.1, GHC==7.0.2, GHC==8.2.2, GHC==8.6.5, GHC==9.4.3, GHC==9.6.2
+Tested-With:
+    GHC==6.10.1
+    GHC==7.0.2
+    GHC==8.2.2
+    GHC==8.6.5
+    GHC==9.4.8
+    GHC==9.6.3
+    GHC==9.8.1
 
 Source-Repository head
     type: git
-    location: git://github.com/audreyt/string-qq.git
+    location: https://github.com/audreyt/string-qq.git
 
 library
     default-extensions:      TemplateHaskell
@@ -28,5 +35,5 @@
     type:           exitcode-stdio-1.0
     hs-source-dirs: tests
     main-is:        Test.hs
-    build-depends:  base > 3 && < 6, string-qq, HUnit >=1.6 && <1.7, text >=1.2 && <2.1
+    build-depends:  base, string-qq, HUnit >=1.6 && <1.7, text >=1.2 && <3
     default-language: Haskell2010
