[DHG_packages] 03/06: hledger-lib: Upgrading from 1.0 to 1.0.1

Clint Adams clint at moszumanska.debian.org
Fri Oct 28 01:30:38 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit f959ce7b5f14208ddb2b2df9546b4b21e89faa04
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 27 21:24:07 2016 -0400

    hledger-lib: Upgrading from 1.0 to 1.0.1
---
 p/haskell-hledger-lib/debian/changelog                   |  6 ++++++
 p/haskell-hledger-lib/debian/control                     |  4 ++--
 p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch | 12 ++++++++++--
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/p/haskell-hledger-lib/debian/changelog b/p/haskell-hledger-lib/debian/changelog
index 6089508..bdbd206 100644
--- a/p/haskell-hledger-lib/debian/changelog
+++ b/p/haskell-hledger-lib/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger-lib (1.0.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Thu, 27 Oct 2016 21:24:07 -0400
+
 haskell-hledger-lib (1.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hledger-lib/debian/control b/p/haskell-hledger-lib/debian/control
index 0faaa97..85a60af 100644
--- a/p/haskell-hledger-lib/debian/control
+++ b/p/haskell-hledger-lib/debian/control
@@ -25,8 +25,8 @@ Build-Depends:
  libghc-hunit-prof,
  libghc-data-default-dev (>= 0.5),
  libghc-data-default-prof,
- libghc-megaparsec-dev (>= 5),
- libghc-megaparsec-dev (<< 5.1),
+ libghc-megaparsec-dev (>= 5.0),
+ libghc-megaparsec-dev (<< 5.2),
  libghc-megaparsec-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
diff --git a/p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch b/p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
index 85cc7ff..ecb044c 100644
--- a/p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
+++ b/p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
@@ -2,7 +2,7 @@
 +++ b/hledger-lib.cabal
 @@ -70,7 +70,6 @@ library
      , filepath
-     , megaparsec >=5 && < 5.1
+     , megaparsec >=5.0 && < 5.2
      , mtl
 -    , mtl-compat
      , old-time
@@ -10,7 +10,15 @@
      , regex-tdfa
 @@ -160,7 +159,6 @@ test-suite doctests
      , filepath
-     , megaparsec >=5 && < 5.1
+     , megaparsec >=5.0 && < 5.2
+     , mtl
+-    , mtl-compat
+     , old-time
+     , pretty-show >=1.6.4
+     , regex-tdfa
+@@ -200,7 +198,6 @@ test-suite hunittests
+     , filepath
+     , megaparsec >=5.0 && < 5.2
      , mtl
 -    , mtl-compat
      , old-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