diff --git a/gloss.cabal b/gloss.cabal
--- a/gloss.cabal
+++ b/gloss.cabal
@@ -1,11 +1,11 @@
 Name:                gloss
-Version:             1.13.1.1
+Version:             1.13.1.2
 License:             MIT
 License-file:        LICENSE
 Author:              Ben Lippmeier
 Maintainer:          benl@ouroborus.net
 Build-Type:          Simple
-Cabal-Version:       >=1.6
+Cabal-Version:       >=1.10
 Stability:           stable
 Category:            Graphics
 Homepage:            http://gloss.ouroborus.net
@@ -42,7 +42,7 @@
 
 Library
   Build-Depends:
-          base                          >= 4.8 && < 4.13
+          base                          >= 4.8 && < 5
         , bmp                           == 1.2.*
         , bytestring                    == 0.10.*
         , containers                    >= 0.5 && < 0.7
@@ -54,6 +54,9 @@
   ghc-options:
         -O2
         -Wall
+
+  Default-Language:
+        Haskell2010
 
   Exposed-modules:
         Graphics.Gloss
