From 501c1b5d277c31fb7a8385686f3aedd810f3356e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Jul 2021 23:52:01 +0800 Subject: [PATCH] refresh revision --- http-media-0.8.0.0.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http-media-0.8.0.0.cabal b/http-media-0.8.0.0.cabal index b3711ac..5d37a74 100644 --- a/http-media-0.8.0.0.cabal +++ b/http-media-0.8.0.0.cabal @@ -1,6 +1,6 @@ name: http-media version: 0.8.0.0 -x-revision: 3 +x-revision: 4 license: MIT license-file: LICENSE author: Timothy Jones @@ -73,7 +73,7 @@ library build-depends: base >= 4.8 && < 4.15, - bytestring >= 0.10 && < 0.11, + bytestring >= 0.10 && < 0.12, case-insensitive >= 1.0 && < 1.3, containers >= 0.5 && < 0.7, utf8-string >= 0.3 && < 1.1 @@ -124,7 +124,7 @@ test-suite test-http-media build-depends: base >= 4.7 && < 4.13, - bytestring >= 0.10 && < 0.11, + bytestring >= 0.10 && < 0.12, case-insensitive >= 1.0 && < 1.3, containers >= 0.5 && < 0.7, utf8-string >= 0.3 && < 1.1,