diff --git a/nakadi-client.cabal b/nakadi-client.cabal
--- a/nakadi-client.cabal
+++ b/nakadi-client.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 8b96a97aa794dc6045432c9cfa1920cfc1ba2845cbf30a06d599896df3f2b6c1
+-- hash: 3b220e0bf58859a0ecbcfb8fd3db1a1c052b45c5b2c5da8fa31f429b9bab3e1a
 
 name:           nakadi-client
-version:        0.5.0.0
+version:        0.5.0.1
 synopsis:       Client library for the Nakadi Event Broker
 description:    This package implements a client library for interacting with the Nakadi event broker system developed by Zalando.
 category:       Network
@@ -42,7 +42,7 @@
     , base >=4.7 && <5
     , bytestring
     , conduit
-    , conduit-combinators
+    , conduit-combinators >=1.1.2 && <1.3.0
     , conduit-extra
     , containers
     , exceptions
@@ -139,7 +139,7 @@
     , bytestring
     , classy-prelude
     , conduit
-    , conduit-combinators
+    , conduit-combinators >=1.1.2 && <1.3.0
     , conduit-extra
     , containers
     , exceptions
