[Git][haskell-team/DHG_packages][master] criterion: Upgrading from 1.6.3.0 to 1.6.4.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Feb 12 03:06:10 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9079eb7a by Scott Talbert at 2026-02-11T22:03:27-05:00
criterion: Upgrading from 1.6.3.0 to 1.6.4.0
- - - - -
3 changed files:
- p/haskell-criterion/debian/changelog
- p/haskell-criterion/debian/control
- p/haskell-criterion/debian/patches/no-js-chart
Changes:
=====================================
p/haskell-criterion/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-criterion (1.6.3.0-2) UNRELEASED; urgency=medium
+haskell-criterion (1.6.4.0-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:46 -0500
+ -- Scott Talbert <swt at techie.net> Wed, 11 Feb 2026 22:01:10 -0500
haskell-criterion (1.6.3.0-1) unstable; urgency=medium
=====================================
p/haskell-criterion/debian/control
=====================================
@@ -9,15 +9,15 @@ Build-Depends:
haskell-devscripts (>= 0.13),
dh-sequence-haskell,
debhelper-compat (= 13),
- ghc (>= 9.4),
+ ghc (>= 9.10),
ghc-prof,
libghc-glob-dev (>= 0.7.2),
libghc-glob-prof,
- libghc-aeson-dev (>= 1),
+ libghc-aeson-dev (>= 2),
libghc-aeson-dev (<< 2.3),
libghc-aeson-prof,
libghc-base-compat-batteries-dev (>= 0.10),
- libghc-base-compat-batteries-dev (<< 0.14),
+ libghc-base-compat-batteries-dev (<< 0.15),
libghc-base-compat-batteries-prof,
libghc-binary-orphans-dev (>= 1.0.1),
libghc-binary-orphans-dev (<< 1.1),
@@ -76,7 +76,7 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-algorithms-doc,
libghc-vector-doc,
libjs-chart.js,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: http://www.serpentine.com/criterion
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-criterion
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-criterion]
=====================================
p/haskell-criterion/debian/patches/no-js-chart
=====================================
@@ -18,7 +18,7 @@ Index: b/Criterion/Report.hs
===================================================================
--- a/Criterion/Report.hs
+++ b/Criterion/Report.hs
-@@ -66,8 +66,6 @@ import qualified Data.Vector.Unboxed as
+@@ -67,8 +67,6 @@ import qualified Data.Vector.Unboxed as
import Criterion.EmbeddedData (dataFiles, chartContents)
import qualified Data.ByteString.Lazy as BL
import qualified Data.Text.Encoding as TE
@@ -26,8 +26,8 @@ Index: b/Criterion/Report.hs
-import qualified Language.Javascript.Chart as Chart
#endif
- #if MIN_VERSION_aeson(2,0,0)
-@@ -181,7 +179,7 @@ formatReport reports templateName = do
+ -- | Trim long flat tails from a KDE plot.
+@@ -178,7 +176,7 @@ formatReport reports templateName = do
#if defined(EMBED)
chartFileContents = pure $ TE.decodeUtf8 chartContents
#else
@@ -40,7 +40,7 @@ Index: b/criterion.cabal
===================================================================
--- a/criterion.cabal
+++ b/criterion.cabal
-@@ -101,7 +101,6 @@ library
+@@ -97,7 +97,6 @@ library
filepath,
Glob >= 0.7.2,
microstache >= 1.0.1 && < 1.1,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9079eb7acff4f1050153888a50d5906da0f9cb36
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9079eb7acff4f1050153888a50d5906da0f9cb36
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/20260212/14541bff/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list