diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-28  Facundo Domínguez <facundo.dominguez@tweag.io> 0.4.4.0
+
+* Add compatibility with ghc-8.
+
 2016-01-28  Facundo Domínguez <facundo.dominguez@tweag.io> 0.4.3.0
 
 * Derive Binary instances for missing types.
diff --git a/network-transport.cabal b/network-transport.cabal
--- a/network-transport.cabal
+++ b/network-transport.cabal
@@ -1,5 +1,5 @@
 Name:          network-transport
-Version:       0.4.3.1
+Version:       0.4.4.0
 Cabal-Version: >=1.6
 Build-Type:    Simple
 License:       BSD3
@@ -9,7 +9,7 @@
 Maintainer:    Facundo Domínguez <facundo.dominguez@tweag.io>
 Stability:     experimental
 Homepage:      http://haskell-distributed.github.com
-Bug-Reports:   https://cloud-haskell.atlassian.net/browse/NT
+Bug-Reports:   https://github.com/haskell-distributed/network-transport/issues
 Synopsis:      Network abstraction layer
 Description:   "Network.Transport" is a Network Abstraction Layer which provides
                the following high-level concepts:
@@ -65,18 +65,18 @@
 
 Library
   Build-Depends:   base >= 4.3 && < 5,
-                   binary >= 0.5 && < 0.8,
+                   binary >= 0.5 && < 0.9,
                    bytestring >= 0.9 && < 0.11,
                    hashable >= 1.2.0.5 && < 1.3,
-                   transformers >= 0.2 && < 0.5,
+                   transformers >= 0.2 && < 0.6,
                    deepseq >= 1.0 && < 1.5
   if impl(ghc < 7.6)
     Build-Depends: ghc-prim >= 0.2 && < 0.4
   Exposed-Modules: Network.Transport,
                    Network.Transport.Util
                    Network.Transport.Internal
-  Extensions:      ForeignFunctionInterface, 
-                   RankNTypes, 
+  Extensions:      ForeignFunctionInterface,
+                   RankNTypes,
                    ScopedTypeVariables,
                    DeriveDataTypeable,
                    GeneralizedNewtypeDeriving,
