Index: b/http-media.cabal
===================================================================
--- a/http-media.cabal
+++ b/http-media.cabal
@@ -80,9 +80,9 @@ library
 
   build-depends:
     base             >= 4.8  && < 5,
-    bytestring       >= 0.10 && < 0.12,
+    bytestring       >= 0.10 && < 0.13,
     case-insensitive >= 1.0  && < 1.3,
-    containers       >= 0.5  && < 0.7,
+    containers       >= 0.5  && < 0.8,
     utf8-string      >= 0.3  && < 1.1
 
 test-suite test-http-media
@@ -131,13 +131,13 @@ test-suite test-http-media
 
   build-depends:
     base             >= 4.8  && < 5,
-    bytestring       >= 0.10 && < 0.12,
+    bytestring       >= 0.10 && < 0.13,
     case-insensitive >= 1.0  && < 1.3,
-    containers       >= 0.5  && < 0.7,
+    containers       >= 0.5  && < 0.8,
     utf8-string      >= 0.3  && < 1.1,
-    QuickCheck       >= 2.8  && < 2.15,
+    QuickCheck       >= 2.8  && < 2.16,
     tasty            >= 0.11 && < 1.6,
-    tasty-quickcheck >= 0.8  && < 0.11
+    tasty-quickcheck >= 0.8  && < 0.12
 
 source-repository head
   type:     git
