diff --git a/rob.cabal b/rob.cabal
--- a/rob.cabal
+++ b/rob.cabal
@@ -1,5 +1,5 @@
 name:                rob
-version:0.0.2
+version:0.0.3
 synopsis:            Simple projects generator
 description:         See README at <https://github.com/GianlucaGuarini/rob/blob/develop/README.md>
 homepage:            https://github.com/gianlucaguarini/rob#readme
@@ -33,13 +33,13 @@
                        filepath <= 1.4.1.2,
                        pathwalk <= 0.3.1.2,
                        Glob <= 0.9.1,
-                       yaml <= 0.8.23.3,
+                       yaml <= 0.11.0.0,
                        vector <= 0.12.0.1,
                        ede == 0.2.8.7,
                        text <= 1.2.2.2,
                        unordered-containers <= 0.2.8.0,
-                       cmdargs >= 0.10.17 && <= 0.10.18,
-                       ansi-terminal <= 0.6.3.1,
+                       cmdargs >= 0.10.17 && <= 0.10.20,
+                       ansi-terminal <= 0.8.2,
                        bytestring <= 0.10.8.1,
                        time <= 1.6.0.1
   other-modules:       Paths_rob
@@ -49,8 +49,7 @@
   hs-source-dirs:      app
   main-is:             Main.hs
   build-depends:       base >= 4.7 && < 5,
-                       cmdargs >= 0.10.17 && <= 0.10.18
-  build-depends:       base,
+                       cmdargs >= 0.10.17 && <= 0.10.20,
                        rob
   default-language:    Haskell2010
 
@@ -58,7 +57,7 @@
   type:                exitcode-stdio-1.0
   hs-source-dirs:      test
   main-is:             Spec.hs
-  build-depends:       base,
+  build-depends:       base >= 4.7 && < 5,
                        directory,
                        rob
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
