[Git][haskell-team/DHG_packages][master] heist: Sourceful upload for GHC 9.10
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Feb 10 23:31:05 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
13e0b79f by Scott Talbert at 2026-02-10T18:29:00-05:00
heist: Sourceful upload for GHC 9.10
- - - - -
4 changed files:
- p/haskell-heist/debian/changelog
- p/haskell-heist/debian/control
- + p/haskell-heist/debian/patches/newer-deps
- + p/haskell-heist/debian/patches/series
Changes:
=====================================
p/haskell-heist/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-heist (1.1.1.2-2) UNRELEASED; urgency=medium
+haskell-heist (1.1.1.2-2) unstable; urgency=medium
* Build using dh-haskell
+ * Sourceful upload for GHC 9.10
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:02 -0500
+ -- Scott Talbert <swt at techie.net> Tue, 10 Feb 2026 18:24:31 -0500
haskell-heist (1.1.1.2-1) unstable; urgency=medium
=====================================
p/haskell-heist/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
dh-sequence-haskell,
debhelper-compat (= 13),
- ghc (>= 9.4),
+ ghc (>= 9.10),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.6),
@@ -30,7 +30,7 @@ Build-Depends:
libghc-dlist-dev (<< 1.1),
libghc-dlist-prof,
libghc-hashable-dev (>= 1.1),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 2),
libghc-hashable-prof,
libghc-indexed-traversable-dev (>= 0.1.1),
libghc-indexed-traversable-dev (<< 0.2),
@@ -76,7 +76,7 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
libghc-xmlhtml-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: http://snapframework.com/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-heist
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-heist]
=====================================
p/haskell-heist/debian/patches/newer-deps
=====================================
@@ -0,0 +1,36 @@
+Index: b/heist.cabal
+===================================================================
+--- a/heist.cabal
++++ b/heist.cabal
+@@ -191,16 +191,16 @@ Library
+ directory >= 1.1 && < 1.4,
+ directory-tree >= 0.10 && < 0.13,
+ dlist >= 0.5 && < 1.1,
+- filepath >= 1.3 && < 1.5,
+- hashable >= 1.1 && < 1.5,
++ filepath >= 1.3 && < 2,
++ hashable >= 1.1 && < 2,
+ lifted-base >= 0.2 && < 0.3,
+ map-syntax >= 0.3 && < 0.4,
+ monad-control >= 0.3 && < 1.1,
+ mtl >= 2.0 && < 2.4,
+ process >= 1.1 && < 1.7,
+- random >= 1.0.1.0 && < 1.3,
++ random >= 1.0.1.0 && < 2,
+ text >= 0.10 && < 2.2,
+- time >= 1.1 && < 1.13,
++ time >= 1.1 && < 2,
+ transformers >= 0.3 && < 0.7,
+ transformers-base >= 0.4 && < 0.5,
+ unordered-containers >= 0.1.4 && < 0.3,
+@@ -227,8 +227,8 @@ Test-suite testsuite
+
+ build-depends:
+ HUnit >= 1.2 && < 2,
+- QuickCheck >= 2 && < 2.15,
+- lens >= 4.3 && < 5.3,
++ QuickCheck >= 2 && < 3,
++ lens >= 4.3 && < 5.4,
+ test-framework >= 0.4 && < 0.9,
+ test-framework-hunit >= 0.2.7 && < 0.4,
+ test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
=====================================
p/haskell-heist/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/13e0b79fec4cc0ffef2ed009cfcef3065ca732eb
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/13e0b79fec4cc0ffef2ed009cfcef3065ca732eb
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/360c867b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list