diff --git a/reactive-banana-bunch.cabal b/reactive-banana-bunch.cabal
--- a/reactive-banana-bunch.cabal
+++ b/reactive-banana-bunch.cabal
@@ -1,12 +1,11 @@
 Name:             reactive-banana-bunch
-Version:          1.0
+Version:          1.0.0.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
 Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
 Homepage:         http://hub.darcs.net/thielema/reactive-banana-bunch/
 Category:         FRP
-Build-Type:       Simple
 Synopsis:         Extend reactive-banana to multiple events per time point
 Description:
    This package provides a wrapper around @Reactive.Banana.Event@
@@ -24,11 +23,11 @@
 Source-Repository this
   type:     darcs
   location: http://hub.darcs.net/thielema/reactive-banana-bunch/
-  tag:      1.0
+  tag:      1.0.0.1
 
 Library
   Build-Depends:
-    reactive-banana >=1.1 && <1.2,
+    reactive-banana >=1.1 && <1.3,
     non-empty >=0.2.1 && <0.4,
     utility-ht >=0.0.5 && <0.1,
     transformers >=0.2 && <0.6,
