[Git][haskell-team/DHG_packages][master] 2 commits: bsb-http-chunked: Upgrading from 0.0.0.3 to 0.0.0.4
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 14:18:53 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9c59e862 by Clint Adams at 2019-07-27T13:11:57Z
bsb-http-chunked: Upgrading from 0.0.0.3 to 0.0.0.4
- - - - -
04f88cca by Clint Adams at 2019-07-27T13:17:57Z
cgi: Upgrading from 3001.3.0.2 to 3001.3.0.3
- - - - -
7 changed files:
- p/haskell-bsb-http-chunked/debian/changelog
- − p/haskell-bsb-http-chunked/debian/patches/no-bytestring-builder
- − p/haskell-bsb-http-chunked/debian/patches/series
- p/haskell-cgi/debian/changelog
- p/haskell-cgi/debian/control
- − p/haskell-cgi/debian/patches/newer-deps
- − p/haskell-cgi/debian/patches/series
Changes:
=====================================
p/haskell-bsb-http-chunked/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bsb-http-chunked (0.0.0.4-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sat, 27 Jul 2019 09:10:44 -0400
+
haskell-bsb-http-chunked (0.0.0.3-2) unstable; urgency=medium
* Remove spurious comma from patch.
=====================================
p/haskell-bsb-http-chunked/debian/patches/no-bytestring-builder deleted
=====================================
@@ -1,20 +0,0 @@
---- a/bsb-http-chunked.cabal
-+++ b/bsb-http-chunked.cabal
-@@ -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-builder < 0.11
-+ bytestring >= 0.9 && < 0.11
- ghc-options: -Wall -O2
- if impl(ghc >= 8.0)
- ghc-options: -Wcompat
-@@ -51,7 +50,6 @@
- , bsb-http-chunked
- , blaze-builder >= 0.2.1.4
- , bytestring
-- , bytestring-builder
- , hedgehog
- , tasty
- , tasty-hedgehog
=====================================
p/haskell-bsb-http-chunked/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-no-bytestring-builder
=====================================
p/haskell-cgi/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cgi (3001.3.0.3-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 27 Jul 2019 09:14:09 -0400
+
haskell-cgi (3001.3.0.2-7) unstable; urgency=medium
* Relax build-dep on libghc-exceptions-dev and libghc-doctest-dev
=====================================
p/haskell-cgi/debian/control
=====================================
@@ -12,7 +12,8 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-exceptions-dev,
+ libghc-exceptions-dev (>= 0.10),
+ libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-multipart-dev (<< 0.2),
libghc-multipart-dev (>= 0.1.2),
@@ -23,16 +24,12 @@ Build-Depends:
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-quickcheck2-dev (>= 2.8.1),
- libghc-quickcheck2-dev (<< 2.12),
- libghc-doctest-dev (>= 0.8),
-Build-Depends-Indep:
- ghc-doc,
+Build-Depends-Indep: ghc-doc,
libghc-exceptions-doc,
libghc-multipart-doc,
libghc-network-doc,
libghc-network-uri-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
Homepage: https://github.com/cheecheeo/haskell-cgi
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-cgi
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-cgi]
=====================================
p/haskell-cgi/debian/patches/newer-deps deleted
=====================================
@@ -1,29 +0,0 @@
-Index: b/cgi.cabal
-===================================================================
---- a/cgi.cabal
-+++ b/cgi.cabal
-@@ -44,11 +44,11 @@ Library
-
- Build-depends:
- parsec >= 2.0 && < 3.2,
-- exceptions < 0.9,
-+ exceptions,
- xhtml >= 3000.0.0 && < 3000.3,
- bytestring < 0.11,
- base >= 4.5 && < 5,
-- time >= 1.5 && < 1.7,
-+ time >= 1.5 && < 1.9,
- containers < 0.6,
- multipart >= 0.1.2 && < 0.2
- If flag(network-uri)
-@@ -72,8 +72,8 @@ test-suite doctests
- ghc-options: -Wall
- build-depends:
- base
-- , doctest >= 0.8 && < 0.12
-- , QuickCheck >= 2.8.1 && < 2.10
-+ , doctest >= 0.8
-+ , QuickCheck >= 2.8.1 && < 2.12
-
- --Executable: printinput
- --Main-Is: printinput.hs
=====================================
p/haskell-cgi/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/a8d10275a5a5509ed139c7a4e7fc475e12e069fc...04f88ccaf5fb9deb83fc988f343faa3a44ca4cc4
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/a8d10275a5a5509ed139c7a4e7fc475e12e069fc...04f88ccaf5fb9deb83fc988f343faa3a44ca4cc4
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/20190727/a62041ec/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list