diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+* v0.2.1, 2008-04-14
+	- Cleaned up libmpd.cabal.
 * v0.2.0, 2008-04-14
 	- A connection stub for testing purposes.
 	- QuickCheck tests for parsing.
diff --git a/README b/README
--- a/README
+++ b/README
@@ -7,10 +7,11 @@
     sockets. Its website is at http://www.musicpd.org/.
 
 Dependencies:
-    The Glasgow Haskell Compiler >= 6.4       http://haskell.org/ghc
-    Cabal > 1.0                               http://haskell.org/cabal
+    The Glasgow Haskell Compiler >= 6.6       http://haskell.org/ghc
+    Cabal >= 1.2                              http://haskell.org/cabal
     network                                   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network
     mtl                                       http://hackage.haskell.org/cgi-bin/hackage-scripts/package/mtl
+    filepath                                  http://hackage.haskell.org/cgi-bin/hackage-scripts/package/filepath
 
 Building:
     $ runhaskell Setup configure --prefix=$HOME
diff --git a/libmpd.cabal b/libmpd.cabal
--- a/libmpd.cabal
+++ b/libmpd.cabal
@@ -1,5 +1,5 @@
 Name:               libmpd
-Version:            0.2.0
+Version:            0.2.1
 License:            LGPL
 License-file:       LICENSE
 Copyright:          Ben Sinclair 2005-2008
@@ -18,23 +18,13 @@
                     tests/Main.hs tests/Displayable.hs tests/run-tests
                     tests/coverage
 
-flag test
-    Description: Test build
-    Default:     False
-
-flag splitBase
-    Description: Choose the new smaller, split-up base package.
-
 Library
-    Build-Depends:      base, network, mtl, filepath
+    Build-Depends:      base >= 2.1.1, network >= 2.0.1, mtl >= 1.0.1,
+                        filepath >= 1.0
     Exposed-Modules:    Network.MPD
     Other-Modules:      Network.MPD.Core, Network.MPD.Commands,
                         Network.MPD.Parse, Network.MPD.SocketConn,
                         Network.MPD.StringConn, Network.MPD.Utils
 
-    if flag(test)
-        ghc-options:    -Wall
-    else
-        ghc-options:    -Wall
-
+    ghc-options:        -Wall
     ghc-prof-options:   -auto-all -prof
