[DHG_packages] 02/05: hledger-ui: Upgrading from 0.27.5 to 1.0
Clint Adams
clint at moszumanska.debian.org
Thu Oct 27 02:12:18 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 e0eba1b55f4a2b63f598dfaacdf6066f9b42ccc6
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 26 21:59:50 2016 -0400
hledger-ui: Upgrading from 0.27.5 to 1.0
---
p/haskell-hledger-ui/debian/changelog | 6 ++++++
p/haskell-hledger-ui/debian/control | 29 ++++++++++++++++++---------
p/haskell-hledger-ui/debian/patches/newer-vty | 11 ----------
p/haskell-hledger-ui/debian/patches/series | 1 -
4 files changed, 25 insertions(+), 22 deletions(-)
diff --git a/p/haskell-hledger-ui/debian/changelog b/p/haskell-hledger-ui/debian/changelog
index c4a9310..0f100bc 100644
--- a/p/haskell-hledger-ui/debian/changelog
+++ b/p/haskell-hledger-ui/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger-ui (1.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Oct 2016 21:59:50 -0400
+
haskell-hledger-ui (0.27.5-4) experimental; urgency=medium
* Build with ghc 8 in experimental.
diff --git a/p/haskell-hledger-ui/debian/control b/p/haskell-hledger-ui/debian/control
index 3a45767..163b9cc 100644
--- a/p/haskell-hledger-ui/debian/control
+++ b/p/haskell-hledger-ui/debian/control
@@ -10,25 +10,34 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.9),
+ libghc-hunit-dev,
+ libghc-ansi-terminal-dev (>= 0.6.2.3),
+ libghc-ansi-terminal-dev (<< 0.7),
libghc-base-compat-dev (>= 0.8.1),
- libghc-brick-dev (<< 0.7),
- libghc-brick-dev (>= 0.2),
+ libghc-brick-dev (>= 0.7),
+ libghc-brick-dev (<< 0.9),
libghc-cmdargs-dev (>= 0.8),
libghc-data-default-dev,
- libghc-hledger-dev (<< 0.28),
- libghc-hledger-dev (>= 0.27.1),
- libghc-hledger-lib-dev (<< 0.28),
- libghc-hledger-lib-dev (>= 0.27.1),
- libghc-hunit-dev,
- libghc-lens-dev (<< 4.15),
- libghc-lens-dev (>= 4.12.3),
+ libghc-hledger-dev (>= 1.0),
+ libghc-hledger-dev (<< 1.1),
+ libghc-hledger-lib-dev (>= 1.0),
+ libghc-hledger-lib-dev (<< 1.1),
+ libghc-megaparsec-dev (>= 5),
+ libghc-microlens-dev (>= 0.4),
+ libghc-microlens-dev (<< 0.5),
+ libghc-microlens-platform-dev (>= 0.2.3.1),
+ libghc-microlens-platform-dev (<< 0.4),
libghc-pretty-show-dev (>= 1.6.4),
libghc-safe-dev (>= 0.2),
libghc-split-dev (<< 0.3),
libghc-split-dev (>= 0.1),
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-zipper-dev (>= 0.4),
+ libghc-text-zipper-dev (<< 0.9),
libghc-vector-dev,
+ libghc-vty-dev (>= 5.5),
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
diff --git a/p/haskell-hledger-ui/debian/patches/newer-vty b/p/haskell-hledger-ui/debian/patches/newer-vty
deleted file mode 100644
index 114e419..0000000
--- a/p/haskell-hledger-ui/debian/patches/newer-vty
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/hledger-ui.cabal
-+++ b/hledger-ui.cabal
-@@ -71,7 +71,7 @@ executable hledger-ui
- , split >= 0.1 && < 0.3
- , transformers
- , vector
-- , vty >= 5.2 && < 5.6
-+ , vty >= 5.2 && < 5.12
- if impl(ghc >= 7.4)
- build-depends: pretty-show >= 1.6.4
- if flag(old-locale)
diff --git a/p/haskell-hledger-ui/debian/patches/series b/p/haskell-hledger-ui/debian/patches/series
deleted file mode 100644
index 287fa77..0000000
--- a/p/haskell-hledger-ui/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-vty
--
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