Commit 9337ed57 authored by Clint Adams's avatar Clint Adams
Browse files

hledger: Upgrading from 1.10 to 1.12.1

parent 095b1d2b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hledger (1.12.1-1) unstable; urgency=medium

  * New upstream version.

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

+12 −14
Original line number Diff line number Diff line
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