diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+### 0.4.2.3
+
+* Update dependencies on containers and ansi-terminal.
+* Fix cabal warning on category field.
+
 ### 0.4.2.2
 
 * Update dependency on directory package.
diff --git a/console-program.cabal b/console-program.cabal
--- a/console-program.cabal
+++ b/console-program.cabal
@@ -1,10 +1,9 @@
 name:            console-program
-version:         0.4.2.2
+version:         0.4.2.3
 cabal-Version:   >= 1.6
 license:         BSD3
 author:          Arie Peterson
 maintainer:      ariep@xs4all.nl
-category:        Console
 synopsis:        Interpret the command line and a config file as commands and options
 description:
   This library provides a framework to build command line programs.
@@ -43,10 +42,10 @@
 library
   build-depends:
     base == 4.*,
-    containers >= 0.1 && < 0.6,
+    containers >= 0.1 && < 0.7,
     directory >= 1.0 && < 1.4,
     ansi-wl-pprint >= 0.5 && < 0.7,
-    ansi-terminal >= 0.5 && < 0.7,
+    ansi-terminal >= 0.5 && < 0.10,
     haskeline == 0.7.*,
     transformers >= 0.2 && < 0.6,
     utility-ht == 0.0.*,
