[Git][haskell-team/DHG_packages][master] ixset-typed: patch for newer TH
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jan 15 03:20:35 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3e1c87ce by Clint Adams at 2026-01-14T22:20:01-05:00
ixset-typed: patch for newer TH
- - - - -
3 changed files:
- p/haskell-ixset-typed/debian/changelog
- p/haskell-ixset-typed/debian/control
- p/haskell-ixset-typed/debian/patches/newer-deps
Changes:
=====================================
p/haskell-ixset-typed/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ixset-typed (0.5.1.0-5) unstable; urgency=medium
+
+ * Patch for newer TH.
+
+ -- Clint Adams <clint at debian.org> Wed, 14 Jan 2026 22:11:08 -0500
+
haskell-ixset-typed (0.5.1.0-4) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-ixset-typed/debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends-Indep:
ghc-doc,
libghc-safecopy-doc,
libghc-syb-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: http://hackage.haskell.org/package/ixset-typed
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ixset-typed
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-ixset-typed]
=====================================
p/haskell-ixset-typed/debian/patches/newer-deps
=====================================
@@ -1,5 +1,3 @@
-Index: b/ixset-typed.cabal
-===================================================================
--- a/ixset-typed.cabal
+++ b/ixset-typed.cabal
@@ -1,5 +1,6 @@
@@ -14,7 +12,18 @@ Index: b/ixset-typed.cabal
safecopy >= 0.8 && < 0.11,
syb >= 0.4 && < 1,
- template-haskell >= 2.8 && < 2.19
-+ template-haskell >= 2.8 && < 2.21
++ template-haskell >= 2.8 && < 2.24
hs-source-dirs: src
exposed-modules:
+--- a/src/Data/IxSet/Typed.hs
++++ b/src/Data/IxSet/Typed.hs
+@@ -607,7 +607,7 @@ inferIxSet ixset typeName calName entryP
+ _ -> error "IxSet.inferIxSet calInfo unexpected match"
+
+ #if MIN_VERSION_template_haskell(2,17,0)
+-tyVarBndrToName :: TyVarBndr () -> Name
++tyVarBndrToName :: TyVarBndr flag -> Name
+ tyVarBndrToName (PlainTV nm _) = nm
+ tyVarBndrToName (KindedTV nm _ _) = nm
+ #else
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3e1c87ce03ff968e91a54b99dba397f42759372e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3e1c87ce03ff968e91a54b99dba397f42759372e
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/20260115/707b4890/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list