--- http-media-0.8.1.1/http-media.cabal 2001-09-09 03:46:40.000000000 +0200 +++ http-media-0.8.1.1.new/http-media.cabal 2024-07-11 14:40:28.242017025 +0200 @@ -6,18 +6,19 @@ maintainer: Timothy Jones homepage: https://github.com/zmthy/http-media bug-reports: https://github.com/zmthy/http-media/issues -copyright: (c) 2012-2023 Timothy Jones +copyright: (c) 2012-2024 Timothy Jones category: Web build-type: Simple cabal-version: >= 1.10 tested-with: GHC == 8.6.5 - , GHC == 8.8.4 - , GHC == 8.10.7 - , GHC == 9.0.2 - , GHC == 9.2.8 - , GHC == 9.4.5 - , GHC == 9.6.2 + || == 8.8.4 + || == 8.10.7 + || == 9.0.2 + || == 9.2.8 + || == 9.4.8 + || == 9.6.5 + || == 9.8.2 synopsis: Processing HTTP Content-Type and Accept headers description: This library is intended to be a comprehensive solution to parsing and @@ -80,9 +81,9 @@ 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,11 +132,11 @@ 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