[DHG_packages] 01/21: time-parsers: new-metadata-from-hackage

Joachim Breitner nomeata at moszumanska.debian.org
Wed Jun 1 09:05:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch LTS-6
in repository DHG_packages.

commit 9a71d65409b183455aa2af60834a85c4afd490dc
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jun 1 10:03:38 2016 +0200

    time-parsers: new-metadata-from-hackage
---
 p/haskell-time-parsers/debian/changelog                     |  6 +++++-
 p/haskell-time-parsers/debian/control                       |  2 +-
 .../debian/patches/new-metadata-from-hackage                | 13 +++++++++++++
 p/haskell-time-parsers/debian/patches/series                |  1 +
 4 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/p/haskell-time-parsers/debian/changelog b/p/haskell-time-parsers/debian/changelog
index c8ab4fb..5da0ac7 100644
--- a/p/haskell-time-parsers/debian/changelog
+++ b/p/haskell-time-parsers/debian/changelog
@@ -1,8 +1,12 @@
-haskell-time-parsers (0.1.0.0-2) UNRELEASED; urgency=medium
+haskell-time-parsers (0.1.0.0-2) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
+  [ Joachim Breitner ]
+  * Patch to allow newer bifunctors
+
  -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:23 +0300
 
 haskell-time-parsers (0.1.0.0-1) unstable; urgency=low
diff --git a/p/haskell-time-parsers/debian/control b/p/haskell-time-parsers/debian/control
index 14d3f80..128c6e2 100644
--- a/p/haskell-time-parsers/debian/control
+++ b/p/haskell-time-parsers/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
  libghc-attoparsec-dev (>= 0.12.1.6),
  libghc-attoparsec-dev (<< 0.14),
  libghc-bifunctors-dev (>= 4.2.1),
- libghc-bifunctors-dev (<< 5.2),
+ libghc-bifunctors-dev (<< 5.4),
  libghc-parsec3-dev (>= 3.1.9),
  libghc-parsec3-dev (<< 3.2),
  libghc-parsers-dev (>= 0.12.3),
diff --git a/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage b/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..3949f27
--- /dev/null
+++ b/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,13 @@
+Index: haskell-time-parsers/time-parsers.cabal
+===================================================================
+--- haskell-time-parsers.orig/time-parsers.cabal	2015-12-25 16:07:28.000000000 +0100
++++ haskell-time-parsers/time-parsers.cabal	2016-06-01 10:02:45.818655961 +0200
+@@ -51,7 +51,7 @@
+     , time             >=1.4.2    && <1.7
+     , time-parsers
+     , attoparsec    >=0.12.1.6 && <0.14
+-    , bifunctors    >=4.2.1    && <5.2
++    , bifunctors    >=4.2.1    && <5.4
+     , parsec        >=3.1.9    && <3.2
+     , parsers       >=0.12.3   && <0.13
+     , tasty         >=0.10.1.2 && <0.12
diff --git a/p/haskell-time-parsers/debian/patches/series b/p/haskell-time-parsers/debian/patches/series
new file mode 100644
index 0000000..0131f75
--- /dev/null
+++ b/p/haskell-time-parsers/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-from-hackage

-- 
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