[Git][haskell-team/DHG_packages][master] microstache: Upgrading from 1.0.2.3 to 1.0.3
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Feb 10 23:56:12 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
38cbbda9 by Scott Talbert at 2026-02-10T18:54:10-05:00
microstache: Upgrading from 1.0.2.3 to 1.0.3
- - - - -
4 changed files:
- p/haskell-microstache/debian/changelog
- p/haskell-microstache/debian/control
- − p/haskell-microstache/debian/patches/newer-deps
- − p/haskell-microstache/debian/patches/series
Changes:
=====================================
p/haskell-microstache/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-microstache (1.0.2.3-3) UNRELEASED; urgency=medium
+haskell-microstache (1.0.3-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:11 -0500
+ -- Scott Talbert <swt at techie.net> Tue, 10 Feb 2026 18:51:28 -0500
haskell-microstache (1.0.2.3-2) unstable; urgency=medium
=====================================
p/haskell-microstache/debian/control
=====================================
@@ -7,21 +7,22 @@ Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
haskell-devscripts (>= 0.8),
dh-sequence-haskell,
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
- libghc-aeson-dev,
+ libghc-aeson-dev (>= 2.2.2.0),
+ libghc-aeson-dev (<< 2.3),
libghc-aeson-prof,
- libghc-unordered-containers-dev (>= 0.2.5),
+ libghc-unordered-containers-dev (>= 0.2.20),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.11),
+ libghc-vector-dev (>= 0.13.1.0),
libghc-vector-dev (<< 0.14),
libghc-vector-prof,
libghc-base-orphans-dev (>= 0.8.7),
libghc-base-orphans-dev (<< 0.10),
libghc-base-orphans-prof,
libghc-tasty-dev (>= 1.4.0.1),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
libghc-tasty-prof,
libghc-tasty-hunit-dev (>= 0.10.0.3),
libghc-tasty-hunit-dev (<< 0.11),
@@ -30,7 +31,7 @@ Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/haskellari/microstache
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-microstache
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-microstache]
=====================================
p/haskell-microstache/debian/patches/newer-deps deleted
=====================================
@@ -1,52 +0,0 @@
-Index: b/microstache.cabal
-===================================================================
---- a/microstache.cabal
-+++ b/microstache.cabal
-@@ -1,5 +1,6 @@
- name: microstache
- version: 1.0.2.3
-+x-revision: 2
- cabal-version: >=1.10
- license: BSD3
- license-file: LICENSE
-@@ -40,8 +41,9 @@ tested-with:
- || ==8.8.4
- || ==8.10.7
- || ==9.0.2
-- || ==9.2.4
-- || ==9.4.1
-+ || ==9.2.8
-+ || ==9.4.5
-+ || ==9.6.2
-
- source-repository head
- type: git
-@@ -49,8 +51,8 @@ source-repository head
-
- library
- build-depends:
-- aeson >=0.11 && <1.6 || >=2.0.0.0 && <2.2
-- , base >=4.5 && <4.18
-+ aeson >=0.11 && <1.6 || >=2.0.0.0 && <2.3
-+ , base >=4.5 && <4.19
- , containers >=0.4.2.1 && <0.7
- , deepseq >=1.3.0.0 && <1.5
- , directory >=1.1.0.2 && <1.4
-@@ -92,7 +94,7 @@ test-suite spec
-
- -- tasty-as-hspec
- build-depends:
-- base-orphans >=0.8.7 && <0.9
-+ base-orphans >=0.8.7 && <0.10
- , tasty >=1.4.0.1 && <1.5
- , tasty-hunit >=0.10.0.3 && <0.11
-
-@@ -122,7 +124,7 @@ test-suite mustache-spec
-
- -- tasty-as-hspec
- build-depends:
-- base-orphans >=0.8.7 && <0.9
-+ base-orphans >=0.8.7 && <0.10
- , tasty >=1.4.0.1 && <1.5
- , tasty-hunit >=0.10.0.3 && <0.11
-
=====================================
p/haskell-microstache/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/38cbbda98c78fbe0be54903bf38eec40b9ceea2c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/38cbbda98c78fbe0be54903bf38eec40b9ceea2c
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/20260210/ae42ca43/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list