Commit 42d4290f authored by Clint Adams's avatar Clint Adams
Browse files

hledger-lib: Upgrading from 1.12 to 1.14.1

parent b0a379a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-hledger-lib (1.14.1-1) unstable; urgency=medium

  * New upstream version.
  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Sun, 01 Dec 2019 14:39:47 -0500

haskell-hledger-lib (1.12-1) unstable; urgency=medium

  * New upstream version.
+7 −2
Original line number Diff line number Diff line
@@ -32,10 +32,13 @@ Build-Depends:
 libghc-cmdargs-prof,
 libghc-data-default-dev (>= 0.5),
 libghc-data-default-prof,
 libghc-easytest-dev,
 libghc-easytest-dev (>= 0.2.1),
 libghc-easytest-dev (<< 0.3),
 libghc-easytest-prof,
 libghc-extra-dev,
 libghc-extra-prof,
 libghc-file-embed-dev (>= 0.0.10),
 libghc-file-embed-prof,
 libghc-hashtables-dev (>= 1.2.3.1),
 libghc-hashtables-prof,
 libghc-megaparsec-dev (>= 7.0.0),
@@ -59,6 +62,7 @@ Build-Depends:
 libghc-uglymemo-prof,
 libghc-utf8-string-dev (>= 0.3.5),
 libghc-utf8-string-prof,
 libghc-doctest-dev (>= 0.16) <!nocheck>,
Build-Depends-Indep: ghc-doc,
 libghc-decimal-doc,
 libghc-glob-doc,
@@ -72,6 +76,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-data-default-doc,
 libghc-easytest-doc,
 libghc-extra-doc,
 libghc-file-embed-doc,
 libghc-hashtables-doc,
 libghc-megaparsec-doc,
 libghc-old-time-doc,
@@ -83,7 +88,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-tabular-doc,
 libghc-uglymemo-doc,
 libghc-utf8-string-doc,
Standards-Version: 4.4.0
Standards-Version: 4.4.1
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]
+3 −3
Original line number Diff line number Diff line
--- a/hledger-lib.cabal
+++ b/hledger-lib.cabal
@@ -125,7 +125,6 @@
@@ -126,7 +126,6 @@
     , hashtables >=1.2.3.1
     , megaparsec >=7.0.0 && <8
     , mtl
@@ -8,7 +8,7 @@
     , old-time
     , parsec >=3
     , parser-combinators >=0.4.0
@@ -225,7 +224,6 @@
@@ -228,7 +227,6 @@
     , hashtables >=1.2.3.1
     , megaparsec >=7.0.0 && <8
     , mtl
@@ -16,7 +16,7 @@
     , old-time
     , parsec >=3
     , parser-combinators >=0.4.0
@@ -325,7 +323,6 @@
@@ -330,7 +328,6 @@
     , hledger-lib
     , megaparsec >=7.0.0 && <8
     , mtl
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk