[Git][haskell-team/DHG_packages][master] 2 commits: curve25519: Patch for newer deps

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Jan 13 00:47:45 GMT 2026



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


Commits:
ff742300 by Scott Talbert at 2026-01-12T19:34:29-05:00
curve25519: Patch for newer deps

- - - - -
2a86f230 by Scott Talbert at 2026-01-12T19:46:57-05:00
unicode-collation: Patch for newer deps

- - - - -


7 changed files:

- p/haskell-curve25519/debian/changelog
- + p/haskell-curve25519/debian/patches/newer-deps
- + p/haskell-curve25519/debian/patches/series
- p/haskell-unicode-collation/debian/changelog
- + p/haskell-unicode-collation/debian/patches/newer-deps
- p/haskell-unicode-collation/debian/patches/no-rts-n
- p/haskell-unicode-collation/debian/patches/series


Changes:

=====================================
p/haskell-curve25519/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-curve25519 (0.2.8-3) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Mon, 12 Jan 2026 19:32:31 -0500
+
 haskell-curve25519 (0.2.8-2) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-curve25519/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/curve25519.cabal
++++ b/curve25519.cabal
+@@ -23,7 +23,7 @@ library
+   exposed-modules:     Crypto.Curve25519,
+                        Crypto.Curve25519.Exceptions,
+                        Crypto.Curve25519.Pure
+-  build-depends:       base       >= 4.6  && < 4.20,
++  build-depends:       base       >= 4.6  && < 4.22,
+                        bytestring >= 0.10 && < 0.13,
+                        crypto-api >= 0.10 && < 0.14
+   hs-source-dirs:      src


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


=====================================
p/haskell-unicode-collation/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-unicode-collation (0.1.3.6-3) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Mon, 12 Jan 2026 19:43:59 -0500
+
 haskell-unicode-collation (0.1.3.6-2) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-unicode-collation/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+Index: b/unicode-collation.cabal
+===================================================================
+--- a/unicode-collation.cabal
++++ b/unicode-collation.cabal
+@@ -50,7 +50,7 @@ flag executable
+   Default:             False
+ 
+ common common-options
+-  build-depends:       base >= 4.11 && < 4.20
++  build-depends:       base >= 4.11 && < 4.22
+ 
+   ghc-options:         -Wall
+                        -Wcompat


=====================================
p/haskell-unicode-collation/debian/patches/no-rts-n
=====================================
@@ -2,7 +2,7 @@ Index: b/unicode-collation.cabal
 ===================================================================
 --- a/unicode-collation.cabal
 +++ b/unicode-collation.cabal
-@@ -99,7 +99,6 @@ executable unicode-collate
+@@ -101,7 +101,6 @@ executable unicode-collate
                       , text
    ghc-options:         -threaded
                         -rtsopts
@@ -10,7 +10,7 @@ Index: b/unicode-collation.cabal
    if flag(executable)
       buildable:        True
    else
-@@ -119,7 +118,6 @@ test-suite unit
+@@ -121,7 +120,6 @@ test-suite unit
                       , text
    ghc-options:         -threaded
                         -rtsopts
@@ -18,7 +18,7 @@ Index: b/unicode-collation.cabal
  
  test-suite doctests
    import:              common-options
-@@ -130,7 +128,6 @@ test-suite doctests
+@@ -132,7 +130,6 @@ test-suite doctests
                       , th-lift-instances
    ghc-options:         -threaded
                         -rtsopts


=====================================
p/haskell-unicode-collation/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-rts-n
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/42da6af31e6f04598425f90f7fdd70413c5006cc...2a86f2308522a30d414ccada78694da434dee5dc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/42da6af31e6f04598425f90f7fdd70413c5006cc...2a86f2308522a30d414ccada78694da434dee5dc
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/20260113/d6e60b80/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list