diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for minilight
 
+## 0.4.3 -- 2020-03-11
+
+* Support GHC 8.8
+
 ## 0.4.2 -- 2020-01-19
 
 * Other Changes:
diff --git a/minilight.cabal b/minilight.cabal
--- a/minilight.cabal
+++ b/minilight.cabal
@@ -3,7 +3,7 @@
 --   For further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                minilight
-version:             0.4.2
+version:             0.4.3
 synopsis:            A SDL2-based graphics library, batteries-included.
 description:
   This package provides the wheel for a graphical application or a game.
@@ -60,7 +60,7 @@
   build-depends:
     aeson-diff           >= 1.1.0 && < 1.2,
     FontyFruity          >= 0.5.3 && < 0.6,
-    base                 >= 4.12.0 && < 4.13,
+    base                 >= 4 && < 5,
     caster               >= 0.0.2.0 && < 0.1,
     containers           >= 0.6.0 && < 0.7,
     text                 >= 1.2.3 && < 1.3,
@@ -73,7 +73,7 @@
     unordered-containers >= 0.2.10 && < 0.3,
     exceptions           >= 0.10.1 && < 0.11,
     mtl                  >= 2.2.2 && < 2.3,
-    lens                 >= 4.17 && < 4.18,
+    lens                 >= 4.19 && < 4.20,
     linear               >= 1.20.8 && < 1.21,
     sdl2                 >= 2.4.0 && < 2.5,
     sdl2-gfx             >= 0.2 && < 0.3,
