[Git][haskell-team/DHG_packages][master] bsb-http-chunked: patch for newer base
Clint Adams
gitlab at salsa.debian.org
Fri Jun 5 17:07:40 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
8aada44f by Clint Adams at 2020-06-05T12:06:36-04:00
bsb-http-chunked: patch for newer base
- - - - -
3 changed files:
- p/haskell-bsb-http-chunked/debian/changelog
- + p/haskell-bsb-http-chunked/debian/patches/newer-deps
- + p/haskell-bsb-http-chunked/debian/patches/series
Changes:
=====================================
p/haskell-bsb-http-chunked/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bsb-http-chunked (0.0.0.4-3) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Fri, 05 Jun 2020 12:04:35 -0400
+
haskell-bsb-http-chunked (0.0.0.4-2) unstable; urgency=medium
* Sourceful upload for GHC 8.8.
=====================================
p/haskell-bsb-http-chunked/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/bsb-http-chunked.cabal
++++ b/bsb-http-chunked.cabal
+@@ -36,7 +36,7 @@
+
+ Library
+ exposed-modules: Data.ByteString.Builder.HTTP.Chunked
+- build-depends: base >= 4.8 && < 4.13,
++ build-depends: base >= 4.8 && < 5,
+ bytestring >= 0.10.2 && < 0.11
+ ghc-options: -Wall -O2
+ if impl(ghc >= 8.0)
=====================================
p/haskell-bsb-http-chunked/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8aada44f7f6ce51f2677b4344a317a462a607786
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8aada44f7f6ce51f2677b4344a317a462a607786
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/20200605/d1248fbc/attachment.html>
More information about the Pkg-haskell-commits
mailing list