[DHG_packages] 01/05: feed: patch for newer base and time
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:14:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 31b89265fcc7349975e68c1ee3e6b48832eecf5c
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:08:23 2016 -0400
feed: patch for newer base and time
---
p/haskell-feed/debian/changelog | 6 ++++++
p/haskell-feed/debian/patches/newer-base-and-time | 15 +++++++++++++++
p/haskell-feed/debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/p/haskell-feed/debian/changelog b/p/haskell-feed/debian/changelog
index 86de495..dcc7e9e 100644
--- a/p/haskell-feed/debian/changelog
+++ b/p/haskell-feed/debian/changelog
@@ -1,3 +1,9 @@
+haskell-feed (0.3.11.1-3) experimental; urgency=medium
+
+ * Patch for newer base and time.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:08:11 -0400
+
haskell-feed (0.3.11.1-2) experimental; urgency=medium
* Temporarily build-depend on ghc 8.
diff --git a/p/haskell-feed/debian/patches/newer-base-and-time b/p/haskell-feed/debian/patches/newer-base-and-time
new file mode 100644
index 0000000..7ca75f4
--- /dev/null
+++ b/p/haskell-feed/debian/patches/newer-base-and-time
@@ -0,0 +1,15 @@
+--- a/feed.cabal
++++ b/feed.cabal
+@@ -59,10 +59,10 @@ library
+ Text.RSS1.Syntax
+ Text.RSS1.Utils
+ build-depends:
+- base >= 4 && < 4.9
++ base >= 4 && < 4.10
+ , old-locale == 1.0.*
+ , old-time >= 1 && < 1.2
+- , time < 1.6
++ , time < 1.7
+ , time-locale-compat == 0.1.*
+ , utf8-string < 1.1
+ , xml >= 1.2.6 && < 1.3.15
diff --git a/p/haskell-feed/debian/patches/series b/p/haskell-feed/debian/patches/series
new file mode 100644
index 0000000..22cf6fb
--- /dev/null
+++ b/p/haskell-feed/debian/patches/series
@@ -0,0 +1 @@
+newer-base-and-time
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list