[Git][haskell-team/DHG_packages][master] criterion: patch for newer aeson and statistics
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Aug 15 23:43:05 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
49c06e52 by Clint Adams at 2022-08-15T18:42:04-04:00
criterion: patch for newer aeson and statistics
- - - - -
4 changed files:
- p/haskell-criterion/debian/changelog
- p/haskell-criterion/debian/control
- + p/haskell-criterion/debian/patches/newer-deps
- p/haskell-criterion/debian/patches/series
Changes:
=====================================
p/haskell-criterion/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-criterion (1.5.13.0-2) unstable; urgency=medium
+
+ * Patch for newer aeson and statistics.
+
+ -- Clint Adams <clint at debian.org> Mon, 15 Aug 2022 18:41:50 -0400
+
haskell-criterion (1.5.13.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-criterion/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends:
libghc-glob-dev (>= 0.7.2),
libghc-glob-prof,
libghc-aeson-dev (>= 1),
- libghc-aeson-dev (<< 2.1),
+ libghc-aeson-dev (<< 2.2),
libghc-aeson-prof,
libghc-ansi-wl-pprint-dev (>= 0.6.7.2),
libghc-ansi-wl-pprint-prof,
@@ -45,7 +45,7 @@ Build-Depends:
libghc-optparse-applicative-dev (<< 0.18),
libghc-optparse-applicative-prof,
libghc-statistics-dev (>= 0.14),
- libghc-statistics-dev (<< 0.16),
+ libghc-statistics-dev (<< 0.17),
libghc-statistics-prof,
libghc-transformers-compat-dev (>= 0.6.4),
libghc-transformers-compat-prof,
=====================================
p/haskell-criterion/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/criterion.cabal
++++ b/criterion.cabal
+@@ -84,7 +84,7 @@ library
+ build-depends:
+ -- TODO: Eventually, we should bump the lower version bounds to >=2 so that
+ -- we can remove some CPP in Criterion.Report. See #247.
+- aeson >= 1 && < 2.1,
++ aeson >= 1 && < 2.2,
+ ansi-wl-pprint >= 0.6.7.2,
+ base >= 4.5 && < 5,
+ base-compat-batteries >= 0.10 && < 0.13,
+@@ -106,7 +106,7 @@ library
+ -- TODO: Depend on optparse-applicative-0.17 as the minimum (see #258)
+ optparse-applicative >= 0.13 && < 0.18,
+ parsec >= 3.1.0,
+- statistics >= 0.14 && < 0.16,
++ statistics >= 0.14 && < 0.17,
+ text >= 0.11,
+ time,
+ transformers,
=====================================
p/haskell-criterion/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-js-chart
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/49c06e5246c7d304bad471bc3be3e72bea3f5623
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/49c06e5246c7d304bad471bc3be3e72bea3f5623
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/20220815/e6e84a09/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list