[DHG_packages] 04/05: hledger: Upgrading from 0.27.1 to 1.0
Clint Adams
clint at moszumanska.debian.org
Thu Oct 27 02:12:19 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 71641795eb28a7383ea7e6eb2e7c75db89af7263
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 26 22:03:01 2016 -0400
hledger: Upgrading from 0.27.1 to 1.0
---
p/haskell-hledger/debian/changelog | 6 ++++
p/haskell-hledger/debian/control | 35 ++++++++++++++++------
.../debian/patches/no-mtl-compat.patch | 24 +++++++--------
3 files changed, 44 insertions(+), 21 deletions(-)
diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index ec97361..cd4ce47 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger (1.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Oct 2016 22:03:01 -0400
+
haskell-hledger (0.27.1-1) experimental; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-hledger/debian/control b/p/haskell-hledger/debian/control
index 5eb99df..afca51e 100644
--- a/p/haskell-hledger/debian/control
+++ b/p/haskell-hledger/debian/control
@@ -18,15 +18,25 @@ Build-Depends:
libghc-cmdargs-prof,
libghc-csv-dev,
libghc-csv-prof,
- libghc-hledger-lib-dev (<< 0.27.2),
- libghc-hledger-lib-dev (>= 0.27.1),
- libghc-hledger-lib-prof,
libghc-hunit-dev,
libghc-hunit-prof,
- libghc-mtl-dev (>= 2.2.1),
+ libghc-data-default-dev (>= 0.5),
+ libghc-data-default-prof,
+ libghc-file-embed-dev (>= 0.0.10),
+ libghc-file-embed-dev (<< 0.1),
+ 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-prof,
+ libghc-megaparsec-dev (>= 5),
+ libghc-megaparsec-dev (<< 5.1),
+ libghc-megaparsec-prof,
+ libghc-mtl-dev,
libghc-mtl-prof,
- libghc-parsec3-dev (>= 3),
- libghc-parsec3-prof,
+ libghc-old-time-dev,
+ libghc-old-time-prof,
libghc-pretty-show-dev (>= 1.6.4),
libghc-pretty-show-prof,
libghc-regex-tdfa-dev,
@@ -42,6 +52,8 @@ Build-Depends:
libghc-tabular-dev (<< 0.3),
libghc-tabular-dev (>= 0.2),
libghc-tabular-prof,
+ libghc-temporary-dev,
+ libghc-temporary-prof,
libghc-text-dev (>= 0.11),
libghc-text-prof,
libghc-unordered-containers-dev,
@@ -52,21 +64,26 @@ Build-Depends:
libghc-wizards-dev (<< 1.1),
libghc-wizards-dev (>= 1.0),
libghc-wizards-prof,
-Build-Depends-Indep:
- ghc-doc,
+Build-Depends-Indep: ghc-doc,
+ libghc-hunit-doc,
libghc-base-compat-doc,
libghc-cmdargs-doc,
libghc-csv-doc,
+ libghc-data-default-doc,
+ libghc-file-embed-doc,
+ libghc-hashable-doc,
libghc-hledger-lib-doc,
libghc-hunit-doc,
+ libghc-megaparsec-doc,
libghc-mtl-doc,
- libghc-parsec3-doc,
+ libghc-old-time-doc,
libghc-pretty-show-doc,
libghc-regex-tdfa-doc,
libghc-safe-doc,
libghc-shakespeare-doc,
libghc-split-doc,
libghc-tabular-doc,
+ libghc-temporary-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
libghc-utf8-string-doc,
diff --git a/p/haskell-hledger/debian/patches/no-mtl-compat.patch b/p/haskell-hledger/debian/patches/no-mtl-compat.patch
index 498c16b..cc7763b 100644
--- a/p/haskell-hledger/debian/patches/no-mtl-compat.patch
+++ b/p/haskell-hledger/debian/patches/no-mtl-compat.patch
@@ -1,26 +1,26 @@
--- a/hledger.cabal
+++ b/hledger.cabal
-@@ -69,7 +69,6 @@ library
- , haskeline >= 0.6 && <= 0.8
+@@ -102,7 +102,6 @@ library
+ , haskeline >=0.6 && <=0.8
, HUnit
, mtl
- , mtl-compat
, old-time
- , parsec >= 3
- , process
-@@ -143,7 +142,6 @@ executable hledger
- , haskeline >= 0.6 && <= 0.8
+ , megaparsec >=5 && < 5.1
+ , regex-tdfa
+@@ -185,7 +184,6 @@ executable hledger
+ , haskeline >=0.6 && <=0.8
, HUnit
, mtl
- , mtl-compat
, old-time
- , parsec >= 3
- , process
-@@ -196,7 +194,6 @@ test-suite test
- , haskeline >= 0.6 && <= 0.8
+ , parsec >=3
+ , regex-tdfa
+@@ -246,7 +244,6 @@ test-suite test
+ , haskeline >=0.6 && <=0.8
, HUnit
, mtl
- , mtl-compat
, old-time
- , parsec >= 3
- , process
+ , parsec >=3
+ , regex-tdfa
--
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