diff --git a/hsdns.cabal b/hsdns.cabal
--- a/hsdns.cabal
+++ b/hsdns.cabal
@@ -1,5 +1,5 @@
 Name:                   hsdns
-Version:                1.6
+Version:                1.6.1
 Copyright:              Peter Simons
 License:                LGPL-3
 License-File:           COPYING.LESSER
@@ -16,7 +16,7 @@
                         work nicely. There is also support for retrieving generic
                         RR types, CNAMEs, and for NSEC zone walking. The library
                         can be expected to work with fine ADNS 1.4 or later. It
-                        might also work with version ADNS 1.3, but that hasn’t
+                        might also work with version ADNS 1.3, but that hasn't
                         been tested.
                         .
                         The example program adns-reverse-lookup.hs demonstrates
@@ -32,7 +32,7 @@
                         > OK: www.example.com <-> 192.0.32.10
 Cabal-Version:          >= 1.6
 Build-Type:             Simple
-Tested-With:            GHC >= 6.12.3 && <= 7.6.2
+Tested-With:            GHC >= 6.10.4 && <= 7.6.3
 
 Extra-Source-Files:     example/adns-reverse-lookup.hs
                         example/adns-srv-test.hs
