diff --git a/GLUT.cabal b/GLUT.cabal
--- a/GLUT.cabal
+++ b/GLUT.cabal
@@ -1,5 +1,5 @@
 name: GLUT
-version: 2.5.0.1
+version: 2.5.0.2
 license: BSD3
 license-file: LICENSE
 maintainer: Sven Panne <svenpanne@gmail.com>, Jason Dagit <dagitj@gmail.com>
@@ -133,8 +133,6 @@
    examples/examples.mk
    include/HsGLUTExt.h
 
-flag split-base
-
 flag UseNativeWindowsLibraries
    description:
       When compiling under Windows, use the native libraries instead of e.g. the
@@ -171,11 +169,7 @@
    include-dirs: include
    c-sources:
       cbits/HsGLUT.c
-   if flag(split-base)
-      build-depends: base >= 3 && < 5, array >= 0.3 && < 0.5, containers >= 0.3 && < 0.6
-   else
-      build-depends: base < 3
-   build-depends: OpenGL >= 2.8.0.0, OpenGLRaw >= 1.3.0.0
+   build-depends: base >= 3 && < 5, array >= 0.3, containers >= 0.3, OpenGL >= 2.8.0.0, OpenGLRaw >= 1.3.0.0
    ghc-options: -Wall -O2
    if os(windows) && flag(UseNativeWindowsLibraries)
       if arch(i386)
