diff --git a/fx.cabal b/fx.cabal
--- a/fx.cabal
+++ b/fx.cabal
@@ -1,5 +1,5 @@
 name: fx
-version: 0.4
+version: 0.4.0.1
 synopsis: Revamped effect system
 category: Effects, Resources
 homepage: https://github.com/nikita-volkov/fx
@@ -27,7 +27,7 @@
     Fx.Strings
   build-depends:
     base >=4.9 && <5,
-    selective >=0.3 && <0.4,
+    selective >=0.4 && <0.5,
     stm >=2.5 && <3,
     text >=1 && <2,
     transformers >=0.5 && <0.6,
