diff --git a/System/Posix/Syslog.hsc b/System/Posix/Syslog.hsc
--- a/System/Posix/Syslog.hsc
+++ b/System/Posix/Syslog.hsc
@@ -14,7 +14,6 @@
 
 module System.Posix.Syslog where
 
-import System.IO
 import Control.Exception ( bracket_ )
 import Foreign.C
 
diff --git a/hsyslog.cabal b/hsyslog.cabal
--- a/hsyslog.cabal
+++ b/hsyslog.cabal
@@ -1,28 +1,24 @@
 Name:                   hsyslog
-Version:                1.4
-Copyright:              (c) 2004-2010 Peter Simons
+Version:                1.5
+Copyright:              Peter Simons
 License:                BSD3
 License-File:           LICENSE
 Author:                 Peter Simons <simons@cryp.to>
 Maintainer:             Peter Simons <simons@cryp.to>
-Homepage:               http://gitorious.org/hsyslog
+Homepage:               http://github.com/peti/hsyslog
+Bug-Reports:            http://github.com/peti/hsyslog/issues
 Category:               Foreign
 Synopsis:               FFI interface to syslog(3) from POSIX.1-2001.
 Description:            This library provides FFI bindings to syslog(3) from POSIX.1-2001.
-			See <http://www.opengroup.org/onlinepubs/009695399/basedefs/syslog.h.html> for
-			further details.
+                        See <http://www.opengroup.org/onlinepubs/009695399/basedefs/syslog.h.html> for
+                        further details.
 Cabal-Version:          >= 1.6
 Build-Type:             Simple
-Tested-With:            GHC == 6.12
-
-Source-Repository this
-  Tag:                  v1.4
-  Type:                 git
-  Location:             git://gitorious.org/hsyslog/mainline.git
+Tested-With:            GHC >= 6.10.4 && <= 7.6.2
 
 Source-Repository head
   Type:                 git
-  Location:             git://gitorious.org/hsyslog/mainline.git
+  Location:             git://github.com/peti/hsyslog.git
 
 Library
   Build-Depends:        base >= 3 && < 5
