refresh revision

This commit is contained in:
Jens Petersen 2021-07-07 23:52:01 +08:00
parent 025584e212
commit 501c1b5d27
1 changed files with 3 additions and 3 deletions

View File

@ -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,