diff --git a/rattletrap.cabal b/rattletrap.cabal
--- a/rattletrap.cabal
+++ b/rattletrap.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: rattletrap
-version: 9.0.4
+version: 9.0.5
 
 category: Game
 description: Rattletrap parses and generates Rocket League replays.
@@ -21,13 +21,13 @@
 
 common basics
   build-depends:
-    aeson ^>= 1.3.1,
+    aeson >= 1.3.1 && < 1.5,
     aeson-pretty ^>= 0.8.7,
-    base ^>= 4.11.1,
+    base >= 4.11.1 && < 4.13,
     binary ^>= 0.8.5,
     binary-bits ^>= 0.5,
     bytestring ^>= 0.10.8,
-    containers ^>= 0.5.11,
+    containers >= 0.5.11 && < 0.7,
     filepath ^>= 1.4.2,
     http-client ^>= 0.5.13,
     http-client-tls ^>= 0.3.5,
