[DHG_packages] 01/01: hledger-lib: patch for newer megaparsec. closes: #867874

Clint Adams clint at moszumanska.debian.org
Mon Jul 10 12:07:45 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 3b3396595cfc0c6e7de52efb44ccd1707813e854
Author: Clint Adams <clint at debian.org>
Date:   Mon Jul 10 08:07:17 2017 -0400

    hledger-lib: patch for newer megaparsec.  closes: #867874
---
 p/haskell-hledger-lib/debian/changelog             |  6 +++++
 .../debian/patches/newer-megaparsec                | 29 ++++++++++++++++++++++
 p/haskell-hledger-lib/debian/patches/series        |  1 +
 3 files changed, 36 insertions(+)

diff --git a/p/haskell-hledger-lib/debian/changelog b/p/haskell-hledger-lib/debian/changelog
index b693ba4..78f6548 100644
--- a/p/haskell-hledger-lib/debian/changelog
+++ b/p/haskell-hledger-lib/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger-lib (1.1-2) unstable; urgency=medium
+
+  * Patch for newer megaparsec.  closes: #867874.
+
+ -- Clint Adams <clint at debian.org>  Mon, 10 Jul 2017 08:06:11 -0400
+
 haskell-hledger-lib (1.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hledger-lib/debian/patches/newer-megaparsec b/p/haskell-hledger-lib/debian/patches/newer-megaparsec
new file mode 100644
index 0000000..bc59650
--- /dev/null
+++ b/p/haskell-hledger-lib/debian/patches/newer-megaparsec
@@ -0,0 +1,29 @@
+--- a/hledger-lib.cabal
++++ b/hledger-lib.cabal
+@@ -72,7 +72,7 @@
+     , directory
+     , filepath
+     , hashtables >= 1.2
+-    , megaparsec >=5.0 && < 5.2
++    , megaparsec >=5.0 && < 5.3
+     , mtl
+     , old-time
+     , pretty-show >=1.6.4
+@@ -169,7 +169,7 @@
+     , directory
+     , filepath
+     , hashtables >= 1.2
+-    , megaparsec >=5.0 && < 5.2
++    , megaparsec >=5.0 && < 5.3
+     , mtl
+     , old-time
+     , pretty-show >=1.6.4
+@@ -257,7 +257,7 @@
+     , directory
+     , filepath
+     , hashtables >= 1.2
+-    , megaparsec >=5.0 && < 5.2
++    , megaparsec >=5.0 && < 5.3
+     , mtl
+     , old-time
+     , pretty-show >=1.6.4
diff --git a/p/haskell-hledger-lib/debian/patches/series b/p/haskell-hledger-lib/debian/patches/series
index c31729d..4b22fc2 100644
--- a/p/haskell-hledger-lib/debian/patches/series
+++ b/p/haskell-hledger-lib/debian/patches/series
@@ -1 +1,2 @@
 no-mtl-compat.patch
+newer-megaparsec

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