diff --git a/haskore.cabal b/haskore.cabal
--- a/haskore.cabal
+++ b/haskore.cabal
@@ -1,5 +1,5 @@
 Name:           haskore
-Version:        0.2.0.7
+Version:        0.2.0.8
 License:        GPL
 License-File:   LICENSE
 Author:         Paul Hudak <paul.hudak@yale.edu>, Henning Thielemann
@@ -39,7 +39,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/haskore/revised/core
-  tag:      0.2.0.7
+  tag:      0.2.0.8
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
@@ -56,14 +56,14 @@
     non-negative >=0.1 && <0.2,
     data-accessor >=0.2 && <0.3,
     utility-ht >=0.0.3 && <0.1,
-    transformers >=0.0.1 && <0.5,
+    transformers >=0.0.1 && <0.6,
     bytestring >=0.9 && <0.11,
     haskell-src >=1.0 && <1.1,
     parsec >=2.1 && <3.2
 
   If flag(splitBase)
     Build-Depends:
-      base >=3 && <6,
+      base >=3 && <5,
       array >=0.1 && <1.0,
       containers >=0.1 && <1.0,
       random >=1.0 && <2.0,
@@ -189,7 +189,7 @@
     Equivalence
   GHC-Options: -Wall -rtsopts
 
-Executable haskore-flip
+Executable flipsong
   Default-Language: Haskell2010
   Main-Is: src/Haskore/Example/FlipTest.hs
   GHC-Options: -Wall
