diff --git a/SDL.cabal b/SDL.cabal
--- a/SDL.cabal
+++ b/SDL.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:      >= 1.6
 Name:               SDL
-Version:            0.6.6.0
+Version:            0.6.7.0
 Maintainer:         Francesco Ariis <fa-ml@ariis.it>
 Author:             Lemmih (lemmih@gmail.com)
 Copyright:          2004-2010, Lemmih
@@ -23,6 +23,10 @@
                     Examples/MacOSX/MainWrapper.hs,
                     Examples/MacOSX/mainc.c
 Extra-Source-files: changes.txt, configure, configure.ac, SDL.buildinfo.in, config.mk.in, includes/HsSDLConfig.h.in
+
+custom-setup
+    setup-depends: base      >= 3 && < 5,
+                   Cabal     >= 1.24
 
 Library
   Build-Depends: base >= 3 && < 5
