diff --git a/event-list.cabal b/event-list.cabal
--- a/event-list.cabal
+++ b/event-list.cabal
@@ -1,5 +1,5 @@
 Name:             event-list
-Version:          0.1
+Version:          0.1.0.1
 License:          GPL
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -26,7 +26,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/event-list/
-  tag:      0.1
+  tag:      0.1.0.1
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
@@ -38,7 +38,7 @@
 Library
   Build-Depends:
     non-negative >=0.1 && <0.2,
-    transformers >=0.1 && <0.3,
+    transformers >=0.1 && <0.4,
     utility-ht >=0.0.3 && <0.1,
     QuickCheck >=1.1 && <3
   If flag(splitBase)
@@ -75,15 +75,15 @@
     Data.AlternatingList.List.Mixed
 
 Executable       test
-  If !flag(buildTests)
-    Buildable:         False
-
-  -- QuickCheck 1.1 has Maybe instance which we need
-  Build-Depends:
-    QuickCheck >=1.1 && <3
-  If flag(splitBase)
+  If flag(buildTests)
+    -- QuickCheck 1.1 has Maybe instance which we need
     Build-Depends:
-      random >=1.0 && <2.0
+      QuickCheck >=1.1 && <3
+    If flag(splitBase)
+      Build-Depends:
+        random >=1.0 && <2.0
+  Else
+    Buildable: False
 
   GHC-Options:      -Wall
   Hs-Source-Dirs:   src
