[Git][haskell-team/DHG_packages][master] hledger: Upgrading from 1.14.2 to 1.16.2

Clint Adams gitlab at salsa.debian.org
Fri Jun 19 01:22:29 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
666cf777 by Clint Adams at 2020-06-18T20:21:29-04:00
hledger: Upgrading from 1.14.2 to 1.16.2

- - - - -


4 changed files:

- p/haskell-hledger/debian/changelog
- p/haskell-hledger/debian/control
- − p/haskell-hledger/debian/patches/no-mtl-compat.patch
- − p/haskell-hledger/debian/patches/series


Changes:

=====================================
p/haskell-hledger/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hledger (1.16.2-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Thu, 18 Jun 2020 19:29:16 -0400
+
 haskell-hledger (1.14.2-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-hledger/debian/control
=====================================
@@ -19,26 +19,25 @@ Build-Depends:
  libghc-ansi-terminal-dev (>= 0.6.2.3),
  libghc-ansi-terminal-prof,
  libghc-base-compat-batteries-dev (>= 0.10.1),
- libghc-base-compat-batteries-dev (<< 0.11),
+ libghc-base-compat-batteries-dev (<< 0.12),
  libghc-base-compat-batteries-prof,
  libghc-cmdargs-dev (>= 0.10),
  libghc-cmdargs-prof,
  libghc-data-default-dev (>= 0.5),
  libghc-data-default-prof,
- libghc-easytest-dev (>= 0.2.1),
- libghc-easytest-dev (<< 0.3),
- libghc-easytest-prof,
+ libghc-extra-dev (>= 1.6.3),
+ libghc-extra-prof,
  libghc-hashable-dev (>= 1.2.4),
  libghc-hashable-prof,
- libghc-hledger-lib-dev (>= 1.14.1),
- libghc-hledger-lib-dev (<< 1.15),
+ libghc-hledger-lib-dev (>= 1.16.2),
+ libghc-hledger-lib-dev (<< 1.17),
  libghc-hledger-lib-prof,
  libghc-lucid-dev,
  libghc-lucid-prof,
  libghc-math-functions-dev (>= 0.2.0.0),
  libghc-math-functions-prof,
  libghc-megaparsec-dev (>= 7.0.0),
- libghc-megaparsec-dev (<< 8),
+ libghc-megaparsec-dev (<< 8.1),
  libghc-megaparsec-prof,
  libghc-old-time-dev,
  libghc-old-time-prof,
@@ -54,8 +53,12 @@ Build-Depends:
  libghc-split-prof,
  libghc-tabular-dev (>= 0.2),
  libghc-tabular-prof,
+ libghc-tasty-dev (>= 1.2.3),
+ libghc-tasty-prof,
  libghc-temporary-dev,
  libghc-temporary-prof,
+ libghc-timeit-dev,
+ libghc-timeit-prof,
  libghc-unordered-containers-dev,
  libghc-unordered-containers-prof,
  libghc-utf8-string-dev (>= 0.3.5),
@@ -71,7 +74,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-base-compat-batteries-doc,
  libghc-cmdargs-doc,
  libghc-data-default-doc,
- libghc-easytest-doc,
+ libghc-extra-doc,
  libghc-hashable-doc,
  libghc-hledger-lib-doc,
  libghc-lucid-doc,
@@ -84,12 +87,14 @@ Build-Depends-Indep: ghc-doc,
  libghc-shakespeare-doc,
  libghc-split-doc,
  libghc-tabular-doc,
+ libghc-tasty-doc,
  libghc-temporary-doc,
+ libghc-timeit-doc,
  libghc-unordered-containers-doc,
  libghc-utf8-string-doc,
  libghc-utility-ht-doc,
  libghc-wizards-doc,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
 Homepage: https://hledger.org
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hledger
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hledger]


=====================================
p/haskell-hledger/debian/patches/no-mtl-compat.patch deleted
=====================================
@@ -1,34 +0,0 @@
---- a/hledger.cabal
-+++ b/hledger.cabal
-@@ -159,7 +159,6 @@
-     , math-functions >=0.2.0.0
-     , megaparsec >=7.0.0 && <8
-     , mtl
--    , mtl-compat
-     , old-time
-     , parsec >=3
-     , pretty-show >=1.6.4
-@@ -208,7 +207,6 @@
-     , math-functions >=0.2.0.0
-     , megaparsec >=7.0.0 && <8
-     , mtl
--    , mtl-compat
-     , old-time
-     , parsec >=3
-     , pretty-show >=1.6.4
-@@ -260,7 +258,6 @@
-     , math-functions >=0.2.0.0
-     , megaparsec >=7.0.0 && <8
-     , mtl
--    , mtl-compat
-     , old-time
-     , parsec >=3
-     , pretty-show >=1.6.4
-@@ -313,7 +310,6 @@
-     , math-functions >=0.2.0.0
-     , megaparsec >=7.0.0 && <8
-     , mtl
--    , mtl-compat
-     , old-time
-     , parsec >=3
-     , pretty-show >=1.6.4


=====================================
p/haskell-hledger/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-no-mtl-compat.patch



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/666cf77757d0d1d348ebac20f7f1a7fa88ee55e9

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/666cf77757d0d1d348ebac20f7f1a7fa88ee55e9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200619/50d14401/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list