refresh revision

This commit is contained in:
Jens Petersen 2021-07-07 23:28:58 +08:00
parent fcac79fb72
commit 54530e0d6f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: bsb-http-chunked Name: bsb-http-chunked
Version: 0.0.0.4 Version: 0.0.0.4
x-revision: 2 x-revision: 3
Synopsis: Chunked HTTP transfer encoding for bytestring builders Synopsis: Chunked HTTP transfer encoding for bytestring builders
Description: This library contains functions for encoding [bytestring Description: This library contains functions for encoding [bytestring
@ -38,7 +38,7 @@ Source-repository head
Library Library
exposed-modules: Data.ByteString.Builder.HTTP.Chunked exposed-modules: Data.ByteString.Builder.HTTP.Chunked
build-depends: base >= 4.8 && < 5, build-depends: base >= 4.8 && < 5,
bytestring >= 0.10.2 && < 0.11 bytestring >= 0.10.2 && < 0.12
ghc-options: -Wall -O2 ghc-options: -Wall -O2
if impl(ghc >= 8.0) if impl(ghc >= 8.0)
ghc-options: -Wcompat ghc-options: -Wcompat