diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/gloss-algorithms.cabal b/gloss-algorithms.cabal
--- a/gloss-algorithms.cabal
+++ b/gloss-algorithms.cabal
@@ -1,11 +1,11 @@
 Name:                gloss-algorithms
-Version:             1.13.0.1
+Version:             1.13.0.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
@@ -27,10 +27,13 @@
 
 Library
   Build-Depends:
-          base                          >= 4.8 && < 4.12
-        , containers                    == 0.5.*
+          base                          >= 4.8 && < 5
+        , containers                    >= 0.5 && < 0.7
         , ghc-prim
         , gloss                         == 1.13.*
+
+  Default-Language:
+        Haskell2010
 
   ghc-options:
         -O2
