diff --git a/SDL-gfx.cabal b/SDL-gfx.cabal
--- a/SDL-gfx.cabal
+++ b/SDL-gfx.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:      >= 1.6
 Name:               SDL-gfx
-Version:            0.6.0.2
+Version:            0.6.1.0
 Maintainer:         Francesco Ariis <fa-ml@ariis.it>
 Author:             Lemmih (lemmih@gmail.com)
 Copyright:          2004-2005, 2010, Lemmih
@@ -11,6 +11,10 @@
 Synopsis:           Binding to libSDL_gfx
 Extra-Source-Files: SDL-gfx.buildinfo.in, config.mk.in, configure, includes/HsSDLConfig.h.in
 Data-Files:         README, MACOSX
+
+custom-setup
+    setup-depends: base      >= 3 && < 5,
+                   Cabal     >= 1.24
 
 Library
   Build-Depends:    base >= 3 && < 5, SDL
