[Git][haskell-team/DHG_packages][master] bsb-http-chunked: remove spurious comma from patch

Clint Adams gitlab at salsa.debian.org
Sat Sep 29 14:31:14 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
23ded8c0 by Clint Adams at 2018-09-29T13:28:23Z
bsb-http-chunked: remove spurious comma from patch

- - - - -


2 changed files:

- p/haskell-bsb-http-chunked/debian/changelog
- p/haskell-bsb-http-chunked/debian/patches/no-bytestring-builder


Changes:

=====================================
p/haskell-bsb-http-chunked/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bsb-http-chunked (0.0.0.3-2) unstable; urgency=medium
+
+  * Remove spurious comma from patch.
+
+ -- Clint Adams <clint at debian.org>  Sat, 29 Sep 2018 09:26:57 -0400
+
 haskell-bsb-http-chunked (0.0.0.3-1) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-bsb-http-chunked/debian/patches/no-bytestring-builder
=====================================
@@ -1,16 +1,16 @@
-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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/23ded8c0fa32895287a97f726e0eda4b66cb9523

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/23ded8c0fa32895287a97f726e0eda4b66cb9523
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180929/45acaaba/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list