diff --git a/console-program.cabal b/console-program.cabal
--- a/console-program.cabal
+++ b/console-program.cabal
@@ -1,5 +1,5 @@
 Name:            console-program
-Version:         0.3.1.0
+Version:         0.3.1.1
 Cabal-Version:   >= 1.6
 License:         BSD3
 Author:          Arie Peterson
@@ -26,7 +26,7 @@
   - it allows a full tree of commands, instead of a list, so a command can have subcommands;
   .
   - it parses a configuration file, in addition to the command line arguments.
-Category:        System
+Category:        System,Console
 Build-Type:      Simple
 Extra-Source-Files:
   Examples/Simple.hs
@@ -40,10 +40,10 @@
   Build-Depends:
     base == 4.*,
     containers >= 0.1 && < 0.6,
-    directory >= 1.0 && < 1.2,
+    directory >= 1.0 && < 1.3,
     fez-conf == 1.0.*,
     ansi-wl-pprint >= 0.5 && < 0.7,
-    ansi-terminal == 0.5.*,
+    ansi-terminal >= 0.5 && < 0.7,
     haskeline == 0.7.*,
     transformers >= 0.2 && < 0.4,
     utility-ht == 0.0.*,
