[Git][haskell-team/DHG_packages][master] base64: Upgrading from 0.4.2.4 to 1.0
Clint Adams (@clint)
gitlab at salsa.debian.org
Sat Jan 10 18:15:10 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
11d48e68 by Clint Adams at 2026-01-10T13:14:46-05:00
base64: Upgrading from 0.4.2.4 to 1.0
- - - - -
3 changed files:
- p/haskell-base64/debian/changelog
- p/haskell-base64/debian/control
- p/haskell-base64/debian/patches/newer-deps
Changes:
=====================================
p/haskell-base64/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-base64 (0.4.2.4-5) UNRELEASED; urgency=medium
+haskell-base64 (1.0-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:41 -0500
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 10 Jan 2026 13:09:10 -0500
haskell-base64 (0.4.2.4-4) unstable; urgency=medium
=====================================
p/haskell-base64/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-text-short-prof,
Build-Depends-Indep: ghc-doc,
libghc-text-short-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/emilypi/base64
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-base64
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-base64]
=====================================
p/haskell-base64/debian/patches/newer-deps
=====================================
@@ -1,52 +1,54 @@
-Index: b/base64.cabal
-===================================================================
--- a/base64.cabal
+++ b/base64.cabal
-@@ -1,6 +1,7 @@
+@@ -1,4 +1,5 @@
cabal-version: 2.0
++x-revision: 2
name: base64
- version: 0.4.2.4
-+x-revision: 3
- synopsis: A modern RFC 4648-compliant Base64 library
- description:
- RFC 4648-compliant Base64 with an eye towards performance and modernity (additional support for RFC 7049 standards)
-@@ -18,7 +19,7 @@ extra-doc-files:
- CHANGELOG.md
+ version: 1.0
+ synopsis: A modern Base64 library
+@@ -20,7 +21,7 @@ extra-doc-files:
README.md
+ MIGRATION-1.0.md
--tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.2
-+tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 || ==9.6.1
+-tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.7 || ==9.6.3 || ==9.8.1
++tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
source-repository head
type: git
-@@ -51,10 +52,10 @@ library
+@@ -54,8 +55,8 @@ library
Data.ByteString.Base64.Internal.W64.Loop
build-depends:
-- base >=4.14 && <4.17
-+ base >=4.14 && <4.19
- , bytestring >=0.10 && <0.12
- , deepseq >=1.4.3.0 && <1.5
-- , text ^>=1.2
-+ , text >=1.2 && <1.3 || >=2.0 && <2.1
+- base >=4.14 && <4.20
+- , bytestring >=0.11 && <0.13
++ base >=4.14 && <4.22
++ , bytestring >=0.10 && <0.13
+ , deepseq >=1.4.4.0 && <1.6
+ , text >=2.0 && <2.3
, text-short ^>=0.1
-
- hs-source-dirs: src
-@@ -68,7 +69,7 @@ test-suite tasty
+@@ -71,10 +72,10 @@ test-suite base64-tests
other-modules: Internal
main-is: Main.hs
build-depends:
-- base >=4.14 && <4.17
-+ base >=4.14 && <4.19
+- base >=4.14 && <4.20
++ base >=4.14 && <4.22
, base64
, base64-bytestring
- , bytestring
-@@ -88,7 +89,7 @@ benchmark bench
+- , bytestring >=0.11
++ , bytestring >=0.10
+ , QuickCheck
+ , random-bytestring
+ , tasty
+@@ -91,10 +92,10 @@ benchmark bench
hs-source-dirs: benchmarks
main-is: Base64Bench.hs
build-depends:
-- base >=4.14 && <4.17
-+ base >=4.14 && <4.19
+- base >=4.14 && <4.20
++ base >=4.14 && <4.22
, base64
, base64-bytestring
- , bytestring
+- , bytestring >=0.11
++ , bytestring >=0.10
+ , criterion
+ , deepseq
+ , random-bytestring
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/11d48e68cb96508d0223cd767551e26fbece016d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/11d48e68cb96508d0223cd767551e26fbece016d
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/20260110/e9fe3a58/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list