[DHG_packages] 04/06: hledger: Upgrading from 1.0 to 1.0.1

Clint Adams clint at moszumanska.debian.org
Fri Oct 28 01:30:39 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 fa178c321633bc387030085279b1ca3ae14f7771
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 27 21:25:36 2016 -0400

    hledger: Upgrading from 1.0 to 1.0.1
---
 p/haskell-hledger/debian/changelog                   | 6 ++++++
 p/haskell-hledger/debian/control                     | 8 ++++----
 p/haskell-hledger/debian/patches/no-mtl-compat.patch | 2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index aaf8b4b..6b532b1 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger (1.0.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Thu, 27 Oct 2016 21:25:35 -0400
+
 haskell-hledger (1.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hledger/debian/control b/p/haskell-hledger/debian/control
index 924a8df..f00e1cb 100644
--- a/p/haskell-hledger/debian/control
+++ b/p/haskell-hledger/debian/control
@@ -27,11 +27,11 @@ Build-Depends:
  libghc-file-embed-prof,
  libghc-hashable-dev (>= 1.2.4),
  libghc-hashable-prof,
- libghc-hledger-lib-dev (>= 1.0),
- libghc-hledger-lib-dev (<< 1.1),
+ libghc-hledger-lib-dev (>= 1.0.1),
+ libghc-hledger-lib-dev (<< 1.0.2),
  libghc-hledger-lib-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/debian/patches/no-mtl-compat.patch b/p/haskell-hledger/debian/patches/no-mtl-compat.patch
index cc7763b..8eb3783 100644
--- a/p/haskell-hledger/debian/patches/no-mtl-compat.patch
+++ b/p/haskell-hledger/debian/patches/no-mtl-compat.patch
@@ -6,7 +6,7 @@
      , mtl
 -    , mtl-compat
      , old-time
-     , megaparsec >=5 && < 5.1
+     , megaparsec >=5.0 && < 5.2
      , regex-tdfa
 @@ -185,7 +184,6 @@ executable hledger
      , haskeline >=0.6 && <=0.8

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