[Git][haskell-team/DHG_packages][master] haxr: Upgrading from 3000.11.3 to 3000.11.4
Clint Adams
gitlab at salsa.debian.org
Sat Jun 13 15:52:07 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9fb5d028 by Clint Adams at 2020-06-13T10:51:09-04:00
haxr: Upgrading from 3000.11.3 to 3000.11.4
- - - - -
6 changed files:
- p/haskell-haxr/debian/changelog
- p/haskell-haxr/debian/control
- − p/haskell-haxr/debian/patches/newer-base-compat
- − p/haskell-haxr/debian/patches/newer-deps
- p/haskell-haxr/debian/patches/no-mtl-compat
- p/haskell-haxr/debian/patches/series
Changes:
=====================================
p/haskell-haxr/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-haxr (3000.11.4-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 13 Jun 2020 10:48:35 -0400
+
haskell-haxr (3000.11.3-3) unstable; urgency=medium
* Bump dependency bounds
=====================================
p/haskell-haxr/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-base-compat-dev (>= 0.8),
- libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-dev (<< 0.12),
libghc-base-compat-prof,
libghc-base64-bytestring-dev,
libghc-base64-bytestring-prof,
@@ -31,8 +31,8 @@ Build-Depends:
libghc-http-types-prof,
libghc-io-streams-dev,
libghc-io-streams-prof,
- libghc-network-dev (<< 2.9),
libghc-network-dev (>= 2.6),
+ libghc-network-dev (<< 3.2),
libghc-network-prof,
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
@@ -57,7 +57,7 @@ Build-Depends-Indep:
libghc-old-locale-doc,
libghc-old-time-doc,
libghc-utf8-string-doc,
-Standards-Version: 4.2.1
+Standards-Version: 4.5.0
Homepage: http://www.haskell.org/haskellwiki/HaXR
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-haxr
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-haxr]
=====================================
p/haskell-haxr/debian/patches/newer-base-compat deleted
=====================================
@@ -1,11 +0,0 @@
---- a/haxr.cabal
-+++ b/haxr.cabal
-@@ -34,7 +34,7 @@
-
- Library
- Build-depends: base >= 4.9 && < 4.13,
-- base-compat >= 0.8 && < 0.10,
-+ base-compat >= 0.8 && < 0.11,
- mtl >= 2.2.1,
- network < 2.7,
- http-streams,
=====================================
p/haskell-haxr/debian/patches/newer-deps deleted
=====================================
@@ -1,10 +0,0 @@
---- a/haxr.cabal
-+++ b/haxr.cabal
-@@ -36,7 +36,6 @@
- Build-depends: base >= 4.9 && < 4.13,
- base-compat >= 0.8 && < 0.11,
- mtl >= 2.2.1,
-- network < 2.7,
- http-streams,
- HsOpenSSL,
- io-streams,
=====================================
p/haskell-haxr/debian/patches/no-mtl-compat
=====================================
@@ -1,12 +1,10 @@
--- a/haxr.cabal
+++ b/haxr.cabal
-@@ -35,8 +35,7 @@
- Library
- Build-depends: base >= 4.9 && < 4.13,
- base-compat >= 0.8 && < 0.10,
-- mtl,
+@@ -36,7 +36,6 @@
+ Build-depends: base >= 4.9 && < 4.14,
+ base-compat >= 0.8 && < 0.12,
+ mtl,
- mtl-compat,
-+ mtl >= 2.2.1,
- network < 2.7,
+ network < 3.2,
http-streams,
HsOpenSSL,
=====================================
p/haskell-haxr/debian/patches/series
=====================================
@@ -1,3 +1 @@
no-mtl-compat
-newer-base-compat
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9fb5d028b06e88eb5df56e5a0b3fe3722ed9ad23
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9fb5d028b06e88eb5df56e5a0b3fe3722ed9ad23
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/20200613/c8a0609f/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list