[Git][haskell-team/DHG_packages][master] hledger: Upgrading from 1.10 to 1.12.1

Clint Adams gitlab at salsa.debian.org
Wed Aug 28 02:01:27 BST 2019



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


Commits:
9337ed57 by Clint Adams at 2019-08-28T01:01:02Z
hledger: Upgrading from 1.10 to 1.12.1

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-hledger/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hledger (1.12.1-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Aug 2019 20:58:15 -0400
+
 haskell-hledger (1.10-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-parsec3-dev (provided by ghc-


=====================================
p/haskell-hledger/debian/control
=====================================
@@ -16,8 +16,6 @@ Build-Depends:
  libghc-decimal-prof,
  libghc-diff-dev,
  libghc-diff-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
  libghc-ansi-terminal-dev (>= 0.6.2.3),
  libghc-ansi-terminal-prof,
  libghc-base-compat-batteries-dev (>= 0.10.1),
@@ -25,24 +23,25 @@ Build-Depends:
  libghc-base-compat-batteries-prof,
  libghc-cmdargs-dev (>= 0.10),
  libghc-cmdargs-prof,
- libghc-csv-dev,
- libghc-csv-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
  libghc-data-default-dev (>= 0.5),
  libghc-data-default-prof,
+ libghc-easytest-dev,
+ libghc-easytest-prof,
  libghc-file-embed-dev (>= 0.0.10),
  libghc-file-embed-prof,
  libghc-hashable-dev (>= 1.2.4),
  libghc-hashable-prof,
  libghc-here-dev,
  libghc-here-prof,
- libghc-hledger-lib-dev (>= 1.10),
- libghc-hledger-lib-dev (<< 1.11),
+ libghc-hledger-lib-dev (>= 1.12),
+ libghc-hledger-lib-dev (<< 1.13),
  libghc-hledger-lib-prof,
  libghc-lucid-dev,
  libghc-lucid-prof,
- libghc-megaparsec-dev (>= 6.4.1),
+ libghc-math-functions-dev (>= 0.2.0.0),
+ libghc-math-functions-prof,
+ libghc-megaparsec-dev (>= 7.0.0),
+ libghc-megaparsec-dev (<< 8),
  libghc-megaparsec-prof,
  libghc-old-time-dev,
  libghc-old-time-prof,
@@ -71,17 +70,17 @@ Build-Depends:
 Build-Depends-Indep: ghc-doc,
  libghc-decimal-doc,
  libghc-diff-doc,
- libghc-hunit-doc,
  libghc-ansi-terminal-doc,
  libghc-base-compat-batteries-doc,
  libghc-cmdargs-doc,
- libghc-csv-doc,
  libghc-data-default-doc,
+ libghc-easytest-doc,
  libghc-file-embed-doc,
  libghc-hashable-doc,
  libghc-here-doc,
  libghc-hledger-lib-doc,
  libghc-lucid-doc,
+ libghc-math-functions-doc,
  libghc-megaparsec-doc,
  libghc-old-time-doc,
  libghc-pretty-show-doc,
@@ -95,8 +94,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-utf8-string-doc,
  libghc-utility-ht-doc,
  libghc-wizards-doc,
-Standards-Version: 4.1.4
-Homepage: http://hledger.org
+Standards-Version: 4.4.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
=====================================
@@ -1,34 +1,32 @@
-Index: b/hledger.cabal
-===================================================================
 --- a/hledger.cabal
 +++ b/hledger.cabal
-@@ -132,7 +132,6 @@ library
-     , lucid
-     , megaparsec >=6.4.1
+@@ -135,7 +135,6 @@
+     , math-functions >=0.2.0.0
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time
      , parsec >=3
      , pretty-show >=1.6.4
-@@ -183,7 +182,6 @@ executable hledger
-     , hledger-lib >=1.10 && <1.11
-     , megaparsec >=6.4.1
+@@ -186,7 +185,6 @@
+     , math-functions >=0.2.0.0
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time
      , parsec >=3
      , pretty-show >=1.6.4
-@@ -237,7 +235,6 @@ test-suite test
-     , hledger-lib >=1.10 && <1.11
-     , megaparsec >=6.4.1
+@@ -240,7 +238,6 @@
+     , math-functions >=0.2.0.0
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time
      , parsec >=3
      , pretty-show >=1.6.4
-@@ -292,7 +289,6 @@ benchmark bench
-     , html
-     , megaparsec >=6.4.1
+@@ -295,7 +292,6 @@
+     , math-functions >=0.2.0.0
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9337ed578d78a5fa1985af22eaae98d202714076
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/20190828/48b4861e/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list