diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/optima.cabal b/optima.cabal
--- a/optima.cabal
+++ b/optima.cabal
@@ -1,5 +1,5 @@
 name: optima
-version: 0.4.0.2
+version: 0.4.0.3
 category: CLI, Parsing, Options
 synopsis: Simple command line interface arguments parser
 homepage: https://github.com/metrix-ai/optima
@@ -22,10 +22,10 @@
     Optima.Prelude
   build-depends:
     attoparsec >=0.13 && <0.15,
-    attoparsec-data ==1.*,
+    attoparsec-data >=1.0.5.2 && <1.1,
     base >=4.9 && <5,
-    optparse-applicative >=0.15 && <0.17,
-    text ==1.*,
+    optparse-applicative >=0.15 && <0.18,
+    text >=1.2 && <3,
     text-builder >=0.6 && <0.7
 
 test-suite demo
