diff --git a/library/Potoki/Produce.hs b/library/Potoki/Produce.hs
--- a/library/Potoki/Produce.hs
+++ b/library/Potoki/Produce.hs
@@ -12,6 +12,7 @@
   directoryContents,
   finiteMVar,
   infiniteMVar,
+  enumInRange,
 )
 where
 
diff --git a/potoki.cabal b/potoki.cabal
--- a/potoki.cabal
+++ b/potoki.cabal
@@ -1,7 +1,7 @@
 name:
   potoki
 version:
-  2.0.1.1
+  2.0.2
 synopsis:
   Simple streaming in IO
 description:
@@ -73,5 +73,5 @@
     Potoki.Produce
     Potoki.Transform
   build-depends:
-    potoki-core >=2.2 && <2.3
+    potoki-core >=2.2.2.1 && <2.3
 
