[DHG_packages] 01/05: hledger-lib: Upgrading from 0.27.1 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 3b5a8d6f55d8c9c99c9029892333a3380600ab41
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 26 21:56:07 2016 -0400

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

diff --git a/p/haskell-hledger-lib/debian/changelog b/p/haskell-hledger-lib/debian/changelog
index 9f5005a..d64b800 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) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Wed, 26 Oct 2016 21:56:07 -0400
+
 haskell-hledger-lib (0.27.1-1) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-hledger-lib/debian/control b/p/haskell-hledger-lib/debian/control
index dd844e6..2e78778 100644
--- a/p/haskell-hledger-lib/debian/control
+++ b/p/haskell-hledger-lib/debian/control
@@ -23,11 +23,16 @@ Build-Depends:
  libghc-decimal-prof,
  libghc-hunit-dev,
  libghc-hunit-prof,
- libghc-mtl-dev (>= 2.2.1),
+ libghc-data-default-dev (>= 0.5),
+ libghc-data-default-prof,
+ libghc-megaparsec-dev (>= 5),
+ libghc-megaparsec-dev (<< 5.1),
+ libghc-megaparsec-prof,
+ libghc-mtl-dev,
  libghc-mtl-prof,
  libghc-old-time-dev,
  libghc-old-time-prof,
- libghc-parsec3-dev (>= 3),
+ libghc-parsec3-dev,
  libghc-parsec3-prof,
  libghc-pretty-show-dev (>= 1.6.4),
  libghc-pretty-show-prof,
@@ -35,9 +40,15 @@ Build-Depends:
  libghc-regex-tdfa-prof,
  libghc-safe-dev (>= 0.2),
  libghc-safe-prof,
+ libghc-semigroups-dev,
+ libghc-semigroups-prof,
+ libghc-split-dev (>= 0.1),
  libghc-split-dev (<< 0.3),
  libghc-split-dev (>= 0.1),
  libghc-split-prof,
+ libghc-text-dev (>= 1.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-prof,
  libghc-uglymemo-dev,
  libghc-uglymemo-prof,
  libghc-utf8-string-dev (<< 1.1),
@@ -51,13 +62,17 @@ Build-Depends-Indep:
  libghc-csv-doc,
  libghc-decimal-doc,
  libghc-hunit-doc,
+ libghc-data-default-doc,
+ libghc-megaparsec-doc,
  libghc-mtl-doc,
  libghc-old-time-doc,
  libghc-parsec3-doc,
  libghc-pretty-show-doc,
  libghc-regex-tdfa-doc,
  libghc-safe-doc,
+ libghc-semigroups-doc,
  libghc-split-doc,
+ libghc-text-doc,
  libghc-uglymemo-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
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 fb04e22..85cc7ff 100644
--- a/p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
+++ b/p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
@@ -1,18 +1,18 @@
 --- a/hledger-lib.cabal
 +++ b/hledger-lib.cabal
-@@ -63,7 +63,6 @@ library
-     , directory
+@@ -70,7 +70,6 @@ library
      , filepath
+     , megaparsec >=5 && < 5.1
      , mtl
 -    , mtl-compat
      , old-time
-     , parsec >= 3
+     , pretty-show >=1.6.4
      , regex-tdfa
-@@ -141,7 +140,6 @@ test-suite tests
-     , directory
+@@ -160,7 +159,6 @@ test-suite doctests
      , filepath
+     , megaparsec >=5 && < 5.1
      , mtl
 -    , mtl-compat
      , old-time
-     , parsec >= 3
+     , pretty-show >=1.6.4
      , 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