Commit 23ded8c0 authored by Clint Adams's avatar Clint Adams
Browse files

bsb-http-chunked: remove spurious comma from patch

parent f962bb39
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-bsb-http-chunked (0.0.0.3-2) unstable; urgency=medium

  * Remove spurious comma from patch.

 -- Clint Adams <clint@debian.org>  Sat, 29 Sep 2018 09:26:57 -0400

haskell-bsb-http-chunked (0.0.0.3-1) unstable; urgency=medium

  [ Clint Adams ]
+5 −5
Original line number Diff line number Diff line
Index: b/bsb-http-chunked.cabal
===================================================================
--- a/bsb-http-chunked.cabal
+++ b/bsb-http-chunked.cabal
@@ -38,7 +38,6 @@ Library
@@ -37,8 +37,7 @@
 Library
   exposed-modules:   Data.ByteString.Builder.HTTP.Chunked
   build-depends:     base >= 4.3 && < 4.13,
                      bytestring >= 0.9 && < 0.11,
-                     bytestring >= 0.9 && < 0.11,
-                     bytestring-builder < 0.11
+                     bytestring >= 0.9 && < 0.11
   ghc-options:       -Wall -O2
   if impl(ghc >= 8.0)
     ghc-options:     -Wcompat
@@ -51,7 +50,6 @@ test-suite tests
@@ -51,7 +50,6 @@
                  , bsb-http-chunked
                  , blaze-builder >= 0.2.1.4
                  , bytestring