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

Clint Adams gitlab at salsa.debian.org
Sun Dec 1 20:04:42 GMT 2019



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


Commits:
42d4290f by Clint Adams at 2019-12-01T20:04:15Z
hledger-lib: Upgrading from 1.12 to 1.14.1

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-hledger-lib/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-hledger-lib (1.14.1-1) unstable; urgency=medium
+
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Sun, 01 Dec 2019 14:39:47 -0500
+
 haskell-hledger-lib (1.12-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-hledger-lib/debian/control
=====================================
@@ -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]


=====================================
p/haskell-hledger-lib/debian/patches/no-mtl-compat.patch
=====================================
@@ -1,6 +1,6 @@
 --- 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


=====================================
p/haskell-hledger-lib/debian/rules
=====================================
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/42d4290fb924122e82adbce4237d6dae52addd3e
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/20191201/2f0bd4a9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list