diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-* 0.8.1.0 (2011-09-?)
+* 0.8.1.0 (2011-11-07)
+  - fixed build dependencies to include process 1.1.*
+
+* 0.8.1.0 (2011-10-01)
   - multi-line diff with pretty-printing
   - bugfixes
   - build support for GHC 7.2.1
diff --git a/HTF.cabal b/HTF.cabal
--- a/HTF.cabal
+++ b/HTF.cabal
@@ -1,5 +1,5 @@
 Name:             HTF
-Version:          0.8.1.0
+Version:          0.8.1.1
 License:          LGPL
 License-File:     LICENSE
 Copyright:        (c) 2005-2011 Stefan Wehr
@@ -51,7 +51,7 @@
                     base == 4.*,
                     random == 1.0.*,
                     containers >= 0.3 && < 0.5,
-                    process == 1.0.*,
+                    process >= 1.0 && < 1.2,
                     directory >= 1.0 && < 1.2,
                     mtl >= 1.1 && < 2.1,
                     pretty >= 1.0 && < 1.2,
diff --git a/Test/Framework/QuickCheckWrapper.hs b/Test/Framework/QuickCheckWrapper.hs
--- a/Test/Framework/QuickCheckWrapper.hs
+++ b/Test/Framework/QuickCheckWrapper.hs
@@ -2,7 +2,7 @@
              DeriveDataTypeable,ScopedTypeVariables #-}
 
 --
--- Copyright (c) 2005,2009   Stefan Wehr - http://www.stefanwehr.de
+-- Copyright (c) 2005,2009-2011 Stefan Wehr - http://www.stefanwehr.de
 --
 -- This library is free software; you can redistribute it and/or
 -- modify it under the terms of the GNU Lesser General Public
