Commit 095b1d2b authored by Clint Adams's avatar Clint Adams
Browse files

hledger-lib: Upgrading from 1.10 to 1.12

parent 970f2892
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hledger-lib (1.12-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@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-
+19 −15
Original line number Diff line number Diff line
@@ -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]

+6 −16
Original line number Diff line number Diff line
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