diff --git a/gloss-examples.cabal b/gloss-examples.cabal
--- a/gloss-examples.cabal
+++ b/gloss-examples.cabal
@@ -1,5 +1,5 @@
 Name:                gloss-examples
-Version:             1.13.0.1
+Version:             1.13.0.2
 License:             MIT
 License-file:        LICENSE
 Author:              Ben Lippmeier
@@ -29,14 +29,14 @@
 
 source-repository this
   type:         git
-  tag:          v1.12.0.0
+  tag:          v1.13.0.2
   location:     https://github.com/benl23x5/gloss
 
 Executable gloss-bitmap
   Main-is:        Main.hs
   hs-source-dirs: picture/Bitmap
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , bytestring                    == 0.10.*
         , bmp                           == 1.2.*
         , gloss                         == 1.13.*
@@ -57,7 +57,7 @@
         KDTree2d
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -72,7 +72,7 @@
   hs-source-dirs: picture/Clock
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -87,7 +87,7 @@
   hs-source-dirs: picture/Color
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , vector                        >= 0.11 && < 0.13
 
@@ -107,7 +107,7 @@
         World
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , vector                        >= 0.11 && < 0.13
 
@@ -123,7 +123,7 @@
   hs-source-dirs: picture/Draw
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -138,7 +138,7 @@
   hs-source-dirs: picture/Easy
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -158,7 +158,7 @@
         World
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , random                        == 1.1.*
 
@@ -174,7 +174,7 @@
   hs-source-dirs: picture/Flake
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -189,7 +189,7 @@
   hs-source-dirs: picture/GameEvent
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -204,7 +204,7 @@
   hs-source-dirs: picture/Hello
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -224,7 +224,7 @@
         World
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , random                        == 1.1.*
 
@@ -240,7 +240,7 @@
   hs-source-dirs: picture/Machina
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -261,7 +261,7 @@
         Data
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , gloss-algorithms              == 1.13.*
 
@@ -286,8 +286,8 @@
         World
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
-        , containers                    == 0.5.*
+          base                          >= 4.8 && < 4.13
+        , containers                    >= 0.5 && < 0.7
         , ghc-prim
         , gloss                         == 1.13.*
 
@@ -303,7 +303,7 @@
   hs-source-dirs: picture/Tree
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -326,7 +326,7 @@
         World
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , vector                        >= 0.11 && < 0.13
 
@@ -342,7 +342,7 @@
   hs-source-dirs: picture/Zen
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -357,7 +357,7 @@
   hs-source-dirs: raster/Crystal
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , gloss-raster                  == 1.13.*
 
@@ -366,7 +366,9 @@
         -threaded
         -rtsopts
         -eventlog
-        -Odph
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
         -fno-liberate-case
         -funfolding-use-threshold1000
         -funfolding-keeness-factor1000
@@ -389,7 +391,7 @@
         World
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , repa                          == 3.4.*
         , repa-io                       == 3.4.*
         , gloss                         == 1.13.*
@@ -400,7 +402,9 @@
         -threaded
         -rtsopts
         -eventlog
-        -Odph
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
         -fno-liberate-case
         -funfolding-use-threshold1000
         -funfolding-keeness-factor1000
@@ -416,7 +420,7 @@
   hs-source-dirs: raster/Pulse
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , gloss-raster                  == 1.13.*
 
@@ -425,7 +429,9 @@
         -threaded
         -rtsopts
         -eventlog
-        -Odph
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
         -fno-liberate-case
         -funfolding-use-threshold1000
         -funfolding-keeness-factor1000
@@ -441,7 +447,7 @@
   hs-source-dirs: raster/Wave
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , ghc-prim
         , gloss                         == 1.13.*
         , gloss-raster                  == 1.13.*
@@ -452,7 +458,9 @@
         -threaded
         -rtsopts
         -eventlog
-        -Odph
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
         -fno-liberate-case
         -funfolding-use-threshold1000
         -funfolding-keeness-factor1000
@@ -501,7 +509,7 @@
   hs-source-dirs: raster/Snow
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , repa                          == 3.4.*
         , repa-algorithms               == 3.4.*
@@ -511,7 +519,9 @@
         -threaded
         -rtsopts
         -eventlog
-        -Odph
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
         -fno-liberate-case
         -funfolding-use-threshold1000
         -funfolding-keeness-factor1000
@@ -530,7 +540,7 @@
         Solver
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
+          base                          >= 4.8 && < 4.13
         , gloss                         == 1.13.*
         , repa                          == 3.4.*
 
@@ -539,7 +549,9 @@
         -threaded
         -rtsopts
         -eventlog
-        -Odph
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
         -fno-liberate-case
         -funfolding-use-threshold1000
         -funfolding-keeness-factor1000
@@ -555,8 +567,8 @@
   hs-source-dirs: picture/Graph
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
-        , containers                    == 0.5.*
+          base                          >= 4.8 && < 4.13
+        , containers                    >= 0.5 && < 0.7
         , gloss                         == 1.13.*
 
   ghc-options:
@@ -571,8 +583,8 @@
   hs-source-dirs: picture/Gravity
 
   Build-depends:
-          base                          >= 4.8 && < 4.12
-        , containers                    == 0.5.*
+          base                          >= 4.8 && < 4.13
+        , containers                    >= 0.5 && < 0.7
         , gloss                         == 1.13.*
 
   ghc-options:
