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

Clint Adams gitlab at salsa.debian.org
Wed Aug 28 01:57:50 BST 2019



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


Commits:
095b1d2b by Clint Adams at 2019-08-28T00:57:27Z
hledger-lib: Upgrading from 1.10 to 1.12

- - - - -


3 changed files:

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


Changes:

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


=====================================
p/haskell-hledger-lib/debian/control
=====================================
@@ -13,8 +13,8 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-decimal-dev,
  libghc-decimal-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
+ libghc-glob-dev (>= 0.9),
+ libghc-glob-prof,
  libghc-ansi-terminal-dev (>= 0.6.2.3),
  libghc-ansi-terminal-prof,
  libghc-base-compat-batteries-dev (>= 0.10.1),
@@ -22,21 +22,24 @@ Build-Depends:
  libghc-base-compat-batteries-prof,
  libghc-blaze-markup-dev (>= 0.5.1),
  libghc-blaze-markup-prof,
+ libghc-call-stack-dev,
+ libghc-call-stack-prof,
+ libghc-cassava-dev,
+ libghc-cassava-prof,
+ libghc-cassava-megaparsec-dev,
+ libghc-cassava-megaparsec-prof,
  libghc-cmdargs-dev (>= 0.10),
  libghc-cmdargs-prof,
- libghc-csv-dev,
- libghc-csv-prof,
- libghc-decimal-dev,
- libghc-decimal-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
  libghc-data-default-dev (>= 0.5),
  libghc-data-default-prof,
+ libghc-easytest-dev,
+ libghc-easytest-prof,
  libghc-extra-dev,
  libghc-extra-prof,
  libghc-hashtables-dev (>= 1.2.3.1),
  libghc-hashtables-prof,
- libghc-megaparsec-dev (>= 6.4.1),
+ libghc-megaparsec-dev (>= 7.0.0),
+ libghc-megaparsec-dev (<< 8),
  libghc-megaparsec-prof,
  libghc-old-time-dev,
  libghc-old-time-prof,
@@ -58,15 +61,16 @@ Build-Depends:
  libghc-utf8-string-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-decimal-doc,
- libghc-hunit-doc,
+ libghc-glob-doc,
  libghc-ansi-terminal-doc,
  libghc-base-compat-batteries-doc,
  libghc-blaze-markup-doc,
+ libghc-call-stack-doc,
+ libghc-cassava-doc,
+ libghc-cassava-megaparsec-doc,
  libghc-cmdargs-doc,
- libghc-csv-doc,
- libghc-decimal-doc,
- libghc-hunit-doc,
  libghc-data-default-doc,
+ libghc-easytest-doc,
  libghc-extra-doc,
  libghc-hashtables-doc,
  libghc-megaparsec-doc,
@@ -79,8 +83,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-tabular-doc,
  libghc-uglymemo-doc,
  libghc-utf8-string-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-lib
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hledger-lib]
 


=====================================
p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
=====================================
@@ -1,34 +1,24 @@
-Index: b/hledger-lib.cabal
-===================================================================
 --- a/hledger-lib.cabal
 +++ b/hledger-lib.cabal
-@@ -120,7 +120,6 @@ library
+@@ -125,7 +125,6 @@
      , hashtables >=1.2.3.1
-     , megaparsec >=6.4.1
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time
      , parsec >=3
      , parser-combinators >=0.4.0
-@@ -217,7 +216,6 @@ test-suite doctests
+@@ -225,7 +224,6 @@
      , hashtables >=1.2.3.1
-     , megaparsec >=6.4.1
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time
      , parsec >=3
      , parser-combinators >=0.4.0
-@@ -314,7 +312,6 @@ test-suite easytests
+@@ -325,7 +323,6 @@
      , hledger-lib
-     , megaparsec >=6.4.1
-     , mtl
--    , mtl-compat
-     , old-time
-     , parsec >=3
-     , parser-combinators >=0.4.0
-@@ -410,7 +407,6 @@ test-suite hunittests
-     , hledger-lib
-     , megaparsec >=6.4.1
+     , megaparsec >=7.0.0 && <8
      , mtl
 -    , mtl-compat
      , old-time



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/095b1d2b8eb6528e190e4a639017fe5864411fbc
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/35eb14a4/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list