From 54530e0d6f7202b52c2d8a031c02a35c31f9c094 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Jul 2021 23:28:58 +0800 Subject: [PATCH] refresh revision --- bsb-http-chunked-0.0.0.4.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsb-http-chunked-0.0.0.4.cabal b/bsb-http-chunked-0.0.0.4.cabal index cf7ba71..135ef5a 100644 --- a/bsb-http-chunked-0.0.0.4.cabal +++ b/bsb-http-chunked-0.0.0.4.cabal @@ -1,6 +1,6 @@ Name: bsb-http-chunked Version: 0.0.0.4 -x-revision: 2 +x-revision: 3 Synopsis: Chunked HTTP transfer encoding for bytestring builders Description: This library contains functions for encoding [bytestring @@ -38,7 +38,7 @@ Source-repository head Library exposed-modules: Data.ByteString.Builder.HTTP.Chunked build-depends: base >= 4.8 && < 5, - bytestring >= 0.10.2 && < 0.11 + bytestring >= 0.10.2 && < 0.12 ghc-options: -Wall -O2 if impl(ghc >= 8.0) ghc-options: -Wcompat