[Git][haskell-team/DHG_packages][master] pqueue: Patch for newer deps

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Sun Jan 11 22:25:56 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
bfb69e57 by Scott Talbert at 2026-01-11T17:24:04-05:00
pqueue: Patch for newer deps

- - - - -


3 changed files:

- p/haskell-pqueue/debian/changelog
- + p/haskell-pqueue/debian/patches/newer-deps
- + p/haskell-pqueue/debian/patches/series


Changes:

=====================================
p/haskell-pqueue/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-pqueue (1.5.0.0-3) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Sun, 11 Jan 2026 17:20:59 -0500
+
 haskell-pqueue (1.5.0.0-2) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-pqueue/debian/patches/newer-deps
=====================================
@@ -0,0 +1,33 @@
+--- a/pqueue.cabal
++++ b/pqueue.cabal
+@@ -30,8 +30,8 @@ library
+   default-language:
+     Haskell2010
+   build-depends:
+-  { base >= 4.8 && < 4.19
+-  , deepseq >= 1.3 && < 1.5
++  { base >= 4.8 && < 4.22
++  , deepseq >= 1.3 && < 1.6
+   , indexed-traversable >= 0.1 && < 0.2
+   }
+   exposed-modules:
+@@ -72,8 +72,8 @@ test-suite test
+   type: exitcode-stdio-1.0
+   main-is: PQueueTests.hs
+   build-depends:
+-  { base >= 4.8 && < 4.19
+-  , deepseq >= 1.3 && < 1.5
++  { base >= 4.8 && < 4.22
++  , deepseq >= 1.3 && < 1.6
+   , indexed-traversable >= 0.1 && < 0.2
+   , tasty
+   , tasty-quickcheck
+@@ -118,7 +118,7 @@ benchmark minqueue-benchmarks
+   build-depends:
+       base          >= 4.8 && < 5
+     , pqueue
+-    , deepseq       >= 1.3 && < 1.5
++    , deepseq       >= 1.3 && < 1.6
+     , random        >= 1.2 && < 1.3
+     , tasty-bench   >= 0.3 && < 0.4
+ 


=====================================
p/haskell-pqueue/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bfb69e57680de8abee0064ba04542bded74c0325

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bfb69e57680de8abee0064ba04542bded74c0325
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/20260111/b1d1d0a8/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list