[Git][haskell-team/DHG_packages][master] feed: patch for newer deps
Clint Adams
gitlab at salsa.debian.org
Tue Apr 17 01:55:41 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a8928688 by Clint Adams at 2018-04-16T20:55:19-04:00
feed: patch for newer deps
- - - - -
4 changed files:
- p/haskell-feed/debian/changelog
- p/haskell-feed/debian/control
- + p/haskell-feed/debian/patches/newer-deps
- + p/haskell-feed/debian/patches/series
Changes:
=====================================
p/haskell-feed/debian/changelog
=====================================
--- a/p/haskell-feed/debian/changelog
+++ b/p/haskell-feed/debian/changelog
@@ -1,3 +1,9 @@
+haskell-feed (1.0.0.0-2) unstable; urgency=medium
+
+ * Patch for newer deps.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 20:55:12 -0400
+
haskell-feed (1.0.0.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-feed/debian/control
=====================================
--- a/p/haskell-feed/debian/control
+++ b/p/haskell-feed/debian/control
@@ -11,14 +11,13 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-base-compat-dev (>= 0.9),
- libghc-base-compat-dev (<< 0.10),
+ libghc-base-compat-dev (<< 0.11),
libghc-base-compat-prof,
libghc-old-locale-dev (>= 1.0),
libghc-old-locale-dev (<< 1.1),
- libghc-old-locale-dev (>= 1.0),
libghc-old-locale-prof,
- libghc-old-time-dev (<< 1.2),
libghc-old-time-dev (>= 1),
+ libghc-old-time-dev (<< 1.2),
libghc-old-time-prof,
libghc-safe-dev (>= 0.3),
libghc-safe-dev (<< 0.4),
@@ -31,7 +30,7 @@ Build-Depends:
libghc-utf8-string-dev (<< 1.1),
libghc-utf8-string-prof,
libghc-xml-conduit-dev (>= 1.3),
- libghc-xml-conduit-dev (<< 1.6),
+ libghc-xml-conduit-dev (<< 1.9),
libghc-xml-conduit-prof,
libghc-xml-types-dev (>= 0.3.6),
libghc-xml-types-dev (<< 0.4),
=====================================
p/haskell-feed/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-feed/debian/patches/newer-deps
@@ -0,0 +1,40 @@
+--- a/feed.cabal
++++ b/feed.cabal
+@@ -71,8 +71,8 @@
+ Data.Text.Util
+ Data.XML.Compat
+ build-depends:
+- base >= 4 && < 4.11
+- , base-compat == 0.9.*
++ base >= 4 && < 4.12
++ , base-compat >= 0.9 && < 0.11
+ , bytestring >= 0.9 && < 0.11
+ , old-locale == 1.0.*
+ , old-time >= 1 && < 1.2
+@@ -82,7 +82,7 @@
+ , time-locale-compat == 0.1.*
+ , utf8-string < 1.1
+ , xml-types >= 0.3.6 && < 0.4
+- , xml-conduit >= 1.3 && < 1.6
++ , xml-conduit >= 1.3 && < 1.9
+
+ test-suite tests
+ ghc-options: -Wall
+@@ -102,9 +102,9 @@
+ Text.RSS.Tests
+ Text.RSS.Utils
+ build-depends:
+- base >= 4 && < 4.11
++ base >= 4 && < 4.12
+ , HUnit >= 1.2 && < 1.7
+- , base-compat == 0.9.*
++ , base-compat >= 0.9 && < 0.11
+ , feed
+ , old-locale == 1.0.*
+ , old-time >= 1 && < 1.2
+@@ -115,4 +115,4 @@
+ , time-locale-compat == 0.1.*
+ , utf8-string < 1.1
+ , xml-types >= 0.3.6 && < 0.4
+- , xml-conduit >= 1.3 && < 1.6
++ , xml-conduit >= 1.3 && < 1.9
=====================================
p/haskell-feed/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-feed/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/a8928688ed1af2a47661eb20dd2c4fb207388cca
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/a8928688ed1af2a47661eb20dd2c4fb207388cca
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/20180417/e6acea7d/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list