diff --git a/HDBC-mysql.cabal b/HDBC-mysql.cabal
--- a/HDBC-mysql.cabal
+++ b/HDBC-mysql.cabal
@@ -1,15 +1,15 @@
 Name:             HDBC-mysql
 Category:         Database
 Synopsis:         MySQL driver for HDBC
-Version:          0.6.6.2
+Version:          0.6.6.3
 Stability:        Experimental
-Maintainer:       Bryan O'Sullivan <bos@serpentine.com>
+Maintainer:       Ryan Mullgigan <ryan@ryantm.com>
 Author:           Chris Waterson
 Copyright:        2009-2010 Chris Waterson, 2011 MailRank
 License:          LGPL
 License-file:     COPYING
-Homepage:         http://github.com/bos/hdbc-mysql
-Bug-Reports:      http://github.com/bos/hdbc-mysql/issues
+Homepage:         https://github.com/ryantm/hdbc-mysql
+Bug-Reports:      https://github.com/ryantm/hdbc-mysql/issues
 Build-Type:       Custom
 Tested-with:      GHC
 Cabal-Version:    >= 1.8
@@ -27,7 +27,7 @@
     Database.HDBC.MySQL.RTS
   Build-Depends:
     HDBC >= 2.1.0,
-    base >= 2 && < 5,
+    base >= 2 && < 4.9,
     bytestring,
     time,
     utf8-string
@@ -36,8 +36,4 @@
 
 source-repository head
   type:     git
-  location: http://github.com/bos/hdbc-mysql
-
-source-repository head
-  type:     mercurial
-  location: http://bitbucket.org/bos/hdbc-mysql
+  location: https://github.com/ryantm/hdbc-mysql
diff --git a/Setup.lhs b/Setup.lhs
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -12,8 +12,6 @@
 import Data.Char (isSpace)
 import Data.List (dropWhile,span)
 
-import Debug.Trace
-
 import Control.Monad
 
 main = defaultMainWithHooks simpleUserHooks {
