diff --git a/stm-split.cabal b/stm-split.cabal
--- a/stm-split.cabal
+++ b/stm-split.cabal
@@ -1,11 +1,10 @@
 Name:             stm-split
-Version:          0.0.2
+Version:          0.0.2.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
 Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
 Category:         Concurrent
-Build-Type:       Simple
 Synopsis:         TMVars, TVars and TChans with distinguished input and output side
 Description:
   Transactional MVars, Vars and Channels with distinguished input and output side.
@@ -27,7 +26,7 @@
 Cabal-Version:    >=1.6
 Build-Type:       Simple
 Source-Repository this
-  Tag:         0.0.2
+  Tag:         0.0.2.1
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/stm-split/
 
@@ -37,7 +36,7 @@
 
 Library
   Build-Depends:
-    stm >=2.2 && <2.5,
+    stm >=2.2 && <2.6,
     base >=4 && <5
 
   GHC-Options:      -Wall
