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,