[Git][haskell-team/DHG_packages][master] RSA: patch for newer bytestring
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jan 14 17:25:51 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
afad849a by Clint Adams at 2026-01-14T12:24:50-05:00
RSA: patch for newer bytestring
- - - - -
4 changed files:
- p/haskell-rsa/debian/changelog
- p/haskell-rsa/debian/control
- + p/haskell-rsa/debian/patches/newer-deps
- + p/haskell-rsa/debian/patches/series
Changes:
=====================================
p/haskell-rsa/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-rsa (2.4.1-5) UNRELEASED; urgency=medium
+haskell-rsa (2.4.1-5) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:22 -0500
+ [ Clint Adams ]
+ * Patch for newer bytestring.
+
+ -- Clint Adams <clint at debian.org> Wed, 14 Jan 2026 12:22:07 -0500
haskell-rsa (2.4.1-4) unstable; urgency=medium
=====================================
p/haskell-rsa/debian/control
=====================================
@@ -24,7 +24,7 @@ Build-Depends-Indep: ghc-doc,
libghc-sha-doc,
libghc-crypto-api-doc,
libghc-crypto-pubkey-types-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: http://hackage.haskell.org/package/RSA
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-rsa
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-rsa]
=====================================
p/haskell-rsa/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/RSA.cabal
++++ b/RSA.cabal
+@@ -21,7 +21,7 @@ Library
+ hs-source-dirs: src
+ build-depends: base >= 4.6 && < 7.0,
+ binary > 0.7 && < 1.0,
+- bytestring > 0.8 && < 0.12,
++ bytestring > 0.8 && < 0.13,
+ crypto-api >= 0.10 && < 0.14,
+ crypto-pubkey-types >= 0.2 && < 0.6,
+ SHA >= 1.6.4.1 && < 2.0
+@@ -40,7 +40,7 @@ test-suite test-rsa
+ other-modules: Codec.Crypto.RSA.Pure
+ build-depends: base >= 4.6 && < 7.0,
+ binary > 0.7 && < 1.0,
+- bytestring > 0.8 && < 0.12,
++ bytestring > 0.8 && < 0.13,
+ crypto-api >= 0.10 && < 0.14,
+ crypto-pubkey-types >= 0.4 && < 0.6,
+ QuickCheck >= 2.5 && < 3,
=====================================
p/haskell-rsa/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/afad849a2e5b3c5a65437d29c9f477d5eb71e3ca
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/afad849a2e5b3c5a65437d29c9f477d5eb71e3ca
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/20260114/e5e9cd14/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list