diff --git a/clevercss.cabal b/clevercss.cabal
--- a/clevercss.cabal
+++ b/clevercss.cabal
@@ -1,6 +1,6 @@
 cabal-version: >=1.2
 Name: clevercss
-Version: 0.2.1
+Version: 0.2.2
 Category: Text
 Synopsis: A CSS preprocessor
 Description: CleverCSS is a CSS preprocessing library that allows defining variables and nesting selectors so that you don't need to Repeat Yourself.
@@ -13,17 +13,11 @@
 Extra-Source-Files: documentation.html, example.ccs
 Build-Type: Simple
 
-Flag splitBase
-  Description: Choose the new smaller, split-up base package.
-
 Flag parsec2
   Description: Are we using parsec2?
 
 Library
-  If flag(splitBase)
-    Build-Depends: base >= 4 && < 5, containers, mtl
-  Else
-    Build-Depends: base < 4, mtl
+  Build-Depends: base >= 4 && < 5, containers, mtl
   If flag(parsec2)
     Build-Depends: parsec >= 2.1
     CPP-Options: -DPARSEC2
