[Git][haskell-team/DHG_packages][master] mustache: Upgrading from 2.4.2 to 2.4.3.1
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Feb 13 01:57:15 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4a4ce464 by Scott Talbert at 2026-02-12T20:54:46-05:00
mustache: Upgrading from 2.4.2 to 2.4.3.1
- - - - -
4 changed files:
- p/haskell-mustache/debian/changelog
- p/haskell-mustache/debian/control
- p/haskell-mustache/debian/patches/disable-language-specifications-testsuite
- p/haskell-mustache/debian/patches/do-not-build-executable
Changes:
=====================================
p/haskell-mustache/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-mustache (2.4.2-3) UNRELEASED; urgency=medium
+haskell-mustache (2.4.3.1-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:19 -0500
+ -- Scott Talbert <swt at techie.net> Thu, 12 Feb 2026 20:50:56 -0500
haskell-mustache (2.4.2-2) unstable; urgency=medium
=====================================
p/haskell-mustache/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
haskell-devscripts (>= 0.13),
dh-sequence-haskell,
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
libghc-aeson-dev,
libghc-aeson-prof,
@@ -41,8 +41,8 @@ Build-Depends-Indep: ghc-doc,
libghc-th-lift-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
-Standards-Version: 4.7.0
-Homepage: https://github.com/JustusAdam/mustache
+Standards-Version: 4.7.3
+Homepage: https://github.com/JustusAdam/mustache#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-mustache
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-mustache]
X-Description: Haskell implementation of Mustache templates
=====================================
p/haskell-mustache/debian/patches/disable-language-specifications-testsuite
=====================================
@@ -4,11 +4,11 @@ Author: Ilias Tsitsimpis <iliastsi at debian.org>
--- a/mustache.cabal
+++ b/mustache.cabal
-@@ -92,6 +92,7 @@
- test-suite language-specifications
- type: exitcode-stdio-1.0
- main-is: Language.hs
-+ buildable: False
- other-modules:
- Paths_mustache
- hs-source-dirs:
+@@ -93,6 +93,7 @@ executable haskell-mustache
+ test-suite language-specifications
+ type: exitcode-stdio-1.0
+ main-is: Language.hs
++ buildable: False
+ hs-source-dirs:
+ test/integration
+ build-depends:
=====================================
p/haskell-mustache/debian/patches/do-not-build-executable
=====================================
@@ -6,11 +6,11 @@ Author: Ilias Tsitsimpis <iliastsi at debian.org>
--- a/mustache.cabal
+++ b/mustache.cabal
-@@ -72,6 +72,7 @@
-
- executable haskell-mustache
- main-is: Main.hs
-+ buildable: False
- other-modules:
- Paths_mustache
- hs-source-dirs:
+@@ -75,6 +75,7 @@ library
+
+ executable haskell-mustache
+ main-is: Main.hs
++ buildable: False
+ hs-source-dirs:
+ app
+ ghc-options: -threaded -Wall
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a4ce464e9515ce22882158ef223349236058c81
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a4ce464e9515ce22882158ef223349236058c81
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/20260213/c6af7585/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list