diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010, Thomas Wilke, Frank Huch, Sebastian Fischer
+Copyright (c) 2010-2012, Sebastian Fischer
 
 All rights reserved.
 
diff --git a/stream-monad.cabal b/stream-monad.cabal
--- a/stream-monad.cabal
+++ b/stream-monad.cabal
@@ -1,5 +1,5 @@
 Name:          stream-monad
-Version:       0.4.0.1
+Version:       0.4.0.2
 Cabal-Version: >= 1.6
 Synopsis:      Simple, Fair and Terminating Backtracking Monad
 Description:   This Haskell library provides an implementation of the
@@ -22,7 +22,7 @@
 
 Library
   Build-Depends:    base >= 3 && < 5,
-                    logict >= 0.4 && < 0.5
+                    logict >= 0.4 && < 0.6
   HS-Source-Dirs:   src
   Exposed-Modules:  Control.Monad.Stream
   Ghc-Options:      -Wall
@@ -35,8 +35,8 @@
   Main-Is:          benchmarks.hs
   If flag(Benchmarks)
     Build-Depends:  base >= 3 && < 5,
-                    logict >= 0.4 && < 0.5,
-                    criterion >= 0.5 && < 0.6
+                    logict >= 0.4 && < 0.6,
+                    criterion >= 0.5 && < 0.7
   Else
     Buildable:      False
   HS-Source-Dirs:   src
