diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 Copyright (c) 2012 Paolo Capriotti <p.capriotti@gmail.com>
-Copyright (c) 2013-2014 Renzo Carbonara <renzocarbonaraλgmail.com>
+Copyright (c) 2013-2016 Renzo Carbonara <renzocarbonaraλgmail.com>
 
 All rights reserved.
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+# Version 0.4.4.1
+
+* Bump upper bound dependency on `pipes`.
+
+
 # Version 0.4.4
 
 * Depend on `streaming-commons` instead of `zlib` and `zlib-bindings`,
@@ -8,6 +13,7 @@
 * Bump upper bound dependency on `transformers`.
 
 * Add tests.
+
 
 # Version 0.4.3
 
diff --git a/pipes-zlib.cabal b/pipes-zlib.cabal
--- a/pipes-zlib.cabal
+++ b/pipes-zlib.cabal
@@ -1,9 +1,9 @@
 name:               pipes-zlib
-version:            0.4.4
+version:            0.4.4.1
 license:            BSD3
 license-file:       LICENSE
 Copyright:          Copyright (c) Paolo Capriotti 2012,
-                                  Renzo Carbonara 2013-2014
+                                  Renzo Carbonara 2013-2016
 author:             Renzo Carbonara, Paolo Capriotti
 maintainer:         renzocarbonaraλgmail.com
 stability:          Experimental
@@ -13,7 +13,7 @@
 build-type:         Simple
 synopsis:           Zlib and GZip compression and decompression for Pipes streams
 description:        Zlib and GZip compression and decompression for Pipes streams
-cabal-version:      >=1.8
+cabal-version:      >=1.10
 extra-source-files: README.md PEOPLE changelog.md
 
 source-repository head
@@ -26,10 +26,11 @@
                      Pipes.GZip
     build-depends:   base >= 4.5 && < 5.0
                    , transformers >= 0.2 && < 0.6
-                   , pipes >= 4.0 && < 4.2
+                   , pipes >= 4.0 && < 4.3
                    , bytestring >= 0.9.2.1
                    , streaming-commons >= 0.1.15 && < 0.2
     ghc-options: -Wall -O2
+    default-language:    Haskell2010
 
 test-suite test
   type:                exitcode-stdio-1.0
