diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 Copyright © 2009–2010 Brandenburgische Technische Universität Cottbus
-Copyright © 2011      Wolfgang Jeltsch
+Copyright © 2011–2012 Wolfgang Jeltsch
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted
diff --git a/type-functions.cabal b/type-functions.cabal
--- a/type-functions.cabal
+++ b/type-functions.cabal
@@ -1,15 +1,16 @@
 Name:          type-functions
-Version:       0.2.0.2
+Version:       0.2.0.3
 Cabal-Version: >= 1.6
 Build-Type:    Simple
 License:       BSD3
 License-File:  LICENSE
-Copyright:     © 2009–2010 Brandenburgische Technische Universität Cottbus; © 2011 Wolfgang Jeltsch
+Copyright:     © 2009–2010 Brandenburgische Technische Universität Cottbus;
+               © 2011–2012 Wolfgang Jeltsch
 Author:        Wolfgang Jeltsch
 Maintainer:    wolfgang@cs.ioc.ee
 Stability:     provisional
 Homepage:      http://darcs.wolfgang.jeltsch.info/haskell/type-functions
-Package-URL:   http://hackage.haskell.org/packages/archive/type-functions/0.2.0.2/type-functions-0.2.0.2.tar.gz
+Package-URL:   http://hackage.haskell.org/packages/archive/type-functions/0.2.0.3/type-functions-0.2.0.3.tar.gz
 Synopsis:      Emulation of type-level functions
 Description:   This package supports emulation of type-level functions using defunctionalization.
                All functions whose domain is a subkind of&#xA0;@*@ and whose codomain is&#xA0;@*@
@@ -27,10 +28,10 @@
 Source-Repository this
     type:     darcs
     location: http://darcs.wolfgang.jeltsch.info/haskell/type-functions/main
-    tag:      type-functions-0.2.0.2
+    tag:      type-functions-0.2.0.3
 
 Library
-    Build-Depends:   base  >= 3.0   && < 4.4,
+    Build-Depends:   base  >= 3.0   && < 5,
                      kinds >= 0.0.1 && < 0.1
     Extensions:      EmptyDataDecls
                      FlexibleContexts
