[DHG_packages] 02/02: hledger-lib: Upload to unstable

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sat Nov 4 19:42:19 UTC 2017


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

iliastsi-guest pushed a commit to annotated tag haskell-hledger-lib_v1.2-1
in repository DHG_packages.

commit b2f7b15b235130a42bab9ad956751ea1e1b5866b
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Sat Nov 4 21:19:29 2017 +0200

    hledger-lib: Upload to unstable
---
 p/haskell-hledger-lib/debian/changelog               |  4 +++-
 p/haskell-hledger-lib/debian/control                 |  2 +-
 .../debian/patches/newer-megaparsec                  | 20 +++++++++++---------
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/p/haskell-hledger-lib/debian/changelog b/p/haskell-hledger-lib/debian/changelog
index 28c83bd..310e77b 100644
--- a/p/haskell-hledger-lib/debian/changelog
+++ b/p/haskell-hledger-lib/debian/changelog
@@ -9,8 +9,10 @@ haskell-hledger-lib (1.2-1) unstable; urgency=medium
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
+  * Update newer-megaparsec patch to support megaparsec-5.3.1
+    (Closes: #880512)
 
- -- Sean Whitton <spwhitton at spwhitton.name>  Sun, 03 Sep 2017 13:47:53 -0700
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 04 Nov 2017 21:19:05 +0200
 
 haskell-hledger-lib (1.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-hledger-lib/debian/control b/p/haskell-hledger-lib/debian/control
index 55c6aab..2c24b20 100644
--- a/p/haskell-hledger-lib/debian/control
+++ b/p/haskell-hledger-lib/debian/control
@@ -28,7 +28,7 @@ Build-Depends:
  libghc-hashtables-dev (>= 1.2),
  libghc-hashtables-prof,
  libghc-megaparsec-dev (>= 5.0),
- libghc-megaparsec-dev (<< 5.3),
+ libghc-megaparsec-dev (<< 5.4),
  libghc-megaparsec-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
diff --git a/p/haskell-hledger-lib/debian/patches/newer-megaparsec b/p/haskell-hledger-lib/debian/patches/newer-megaparsec
index bc59650..9790b4a 100644
--- a/p/haskell-hledger-lib/debian/patches/newer-megaparsec
+++ b/p/haskell-hledger-lib/debian/patches/newer-megaparsec
@@ -1,29 +1,31 @@
+Index: b/hledger-lib.cabal
+===================================================================
 --- a/hledger-lib.cabal
 +++ b/hledger-lib.cabal
-@@ -72,7 +72,7 @@
+@@ -71,7 +71,7 @@ library
      , directory
      , filepath
      , hashtables >= 1.2
--    , megaparsec >=5.0 && < 5.2
-+    , megaparsec >=5.0 && < 5.3
+-    , megaparsec >=5.0 && < 5.3
++    , megaparsec >=5.0 && < 5.4
      , mtl
      , old-time
      , pretty-show >=1.6.4
-@@ -169,7 +169,7 @@
+@@ -164,7 +164,7 @@ test-suite doctests
      , directory
      , filepath
      , hashtables >= 1.2
--    , megaparsec >=5.0 && < 5.2
-+    , megaparsec >=5.0 && < 5.3
+-    , megaparsec >=5.0 && < 5.3
++    , megaparsec >=5.0 && < 5.4
      , mtl
      , old-time
      , pretty-show >=1.6.4
-@@ -257,7 +257,7 @@
+@@ -248,7 +248,7 @@ test-suite hunittests
      , directory
      , filepath
      , hashtables >= 1.2
--    , megaparsec >=5.0 && < 5.2
-+    , megaparsec >=5.0 && < 5.3
+-    , megaparsec >=5.0 && < 5.3
++    , megaparsec >=5.0 && < 5.4
      , mtl
      , old-time
      , pretty-show >=1.6.4

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