[DHG_packages] 01/01: hledger-ui: fix vty upper bound in Build-Depends

Clint Adams clint at moszumanska.debian.org
Sat Oct 22 15:58:46 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 028bfb997c18c98d6e31be63b53fad55376589d1
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 22 11:57:36 2016 -0400

    hledger-ui: fix vty upper bound in Build-Depends
---
 p/haskell-hledger-ui/debian/changelog | 6 ++++++
 p/haskell-hledger-ui/debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/p/haskell-hledger-ui/debian/changelog b/p/haskell-hledger-ui/debian/changelog
index 9a8a3a1..8bbe789 100644
--- a/p/haskell-hledger-ui/debian/changelog
+++ b/p/haskell-hledger-ui/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger-ui (0.27.5-2) unstable; urgency=medium
+
+  * Fix vty upper bound in Build-Depends.
+
+ -- Clint Adams <clint at debian.org>  Sat, 22 Oct 2016 11:57:01 -0400
+
 haskell-hledger-ui (0.27.5-1) experimental; urgency=medium
 
   * New upstream version.
diff --git a/p/haskell-hledger-ui/debian/control b/p/haskell-hledger-ui/debian/control
index ec59b75..3a45767 100644
--- a/p/haskell-hledger-ui/debian/control
+++ b/p/haskell-hledger-ui/debian/control
@@ -27,13 +27,13 @@ Build-Depends:
  libghc-split-dev (<< 0.3),
  libghc-split-dev (>= 0.1),
  libghc-vector-dev,
- libghc-vty-dev (<< 5.6),
+ libghc-vty-dev (<< 5.12),
  libghc-vty-dev (>= 5.2),
 Standards-Version: 3.9.8
 Homepage: http://hledger.org
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hledger-ui
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Curses-style user interface for the hledger accounting tool
+X-Description: curses-style user interface for the hledger accounting tool
  This is hledger's curses-style interface.
  It is simpler and more convenient for browsing data than the
  command-line interface, but lighter and faster than hledger-web.

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