[Git][haskell-team/DHG_packages][master] safecopy: Upgrading from 0.10.4.2 to 0.10.4.3

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Jan 6 23:18:09 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c5ebcb92 by Clint Adams at 2026-01-06T18:17:24-05:00
safecopy: Upgrading from 0.10.4.2 to 0.10.4.3

- - - - -


4 changed files:

- p/haskell-safecopy/debian/changelog
- p/haskell-safecopy/debian/control
- − p/haskell-safecopy/debian/patches/newer-deps
- − p/haskell-safecopy/debian/patches/series


Changes:

=====================================
p/haskell-safecopy/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-haskell-safecopy (0.10.4.2-4) UNRELEASED; urgency=medium
+haskell-safecopy (0.10.4.3-1) unstable; urgency=medium
 
   [ Scott Talbert ]
   * Build using dh-haskell
@@ -6,7 +6,10 @@ haskell-safecopy (0.10.4.2-4) UNRELEASED; urgency=medium
   [ Giovanni Mascellani ]
   * Remove myself from uploaders, add Ilias Tsitsimpis instead.
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:49 -0500
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Jan 2026 18:16:31 -0500
 
 haskell-safecopy (0.10.4.2-3) unstable; urgency=medium
 


=====================================
p/haskell-safecopy/debian/control
=====================================
@@ -6,19 +6,21 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends:
+ haskell-devscripts (>= 0.13),
  dh-sequence-haskell,
  debhelper-compat (= 13),
  ghc (>= 9.4),
  ghc-prof,
- haskell-devscripts (>= 0.13),
+ libghc-cereal-dev (>= 0.5.4.0),
  libghc-cereal-dev (<< 0.6),
- libghc-cereal-dev (>= 0.5),
  libghc-cereal-prof,
- libghc-generic-data-dev (>= 0.3),
+ libghc-generic-data-dev (>= 0.3.0.0),
+ libghc-generic-data-dev (<< 2),
  libghc-generic-data-prof,
+ libghc-old-time-dev (>= 1.1.0.3),
  libghc-old-time-dev (<< 1.2),
  libghc-old-time-prof,
- libghc-vector-dev (>= 0.10),
+ libghc-vector-dev (>= 0.11.0.0),
  libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
 Build-Depends-Indep:
@@ -27,7 +29,7 @@ Build-Depends-Indep:
  libghc-generic-data-doc,
  libghc-old-time-doc,
  libghc-vector-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/acid-state/safecopy
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-safecopy
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-safecopy]


=====================================
p/haskell-safecopy/debian/patches/newer-deps deleted
=====================================
@@ -1,84 +0,0 @@
-Index: b/safecopy.cabal
-===================================================================
---- a/safecopy.cabal
-+++ b/safecopy.cabal
-@@ -1,9 +1,6 @@
---- safecopy.cabal auto-generated by cabal init. For additional
---- options, see
---- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
---- The name of the package.
- Name:                safecopy
- Version:             0.10.4.2
-+x-revision:          7
- Synopsis:            Binary serialization with version control.
- Description:         An extension to Data.Serialize with built-in version control.
- Homepage:            https://github.com/acid-state/safecopy
-@@ -15,11 +12,23 @@ Category:            Data, Parsing
- Build-type:          Simple
- Extra-source-files: CHANGELOG.md
- Cabal-version:       >=1.10
--tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1
-+
-+tested-with:
-+  GHC == 9.8.0
-+  GHC == 9.6.2
-+  GHC == 9.4.7
-+  GHC == 9.2.8
-+  GHC == 9.0.2
-+  GHC == 8.10.7
-+  GHC == 8.8.4
-+  GHC == 8.6.5
-+  GHC == 8.4.4
-+  GHC == 8.2.2
-+  GHC == 8.0.2
- 
- Source-repository head
-   type:          git
--  location:      git://github.com/acid-state/safecopy.git
-+  location:      https://github.com/acid-state/safecopy.git
- 
- 
- Library
-@@ -31,26 +40,23 @@ Library
-   Hs-Source-Dirs:      src/
- 
-   -- Packages needed in order to build this package.
--  Build-depends:       base >=4.9 && <5,
-+  Build-depends:       base >= 4.9 && < 5,
-                        array < 0.6,
-                        cereal >= 0.5 && < 0.6,
--                       bytestring < 0.12,
-+                       bytestring < 0.13,
-                        generic-data >= 0.3,
-                        containers >= 0.3 && < 0.7,
-                        old-time < 1.2,
--                       template-haskell < 2.18,
--                       text < 1.3,
--                       time < 1.12,
--                       transformers < 0.6,
--                       vector >= 0.10 && < 0.13
-+                       template-haskell < 2.21,
-+                       text < 1.3 || >= 2.0 && < 2.2,
-+                       time < 1.13,
-+                       transformers < 0.7,
-+                       vector >= 0.10 && < 0.14
- 
-   -- Modules not exported by this package.
-   Other-modules:       Data.SafeCopy.Instances, Data.SafeCopy.SafeCopy,
-                        Data.SafeCopy.Derive
- 
--  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
--  -- Build-tools:
--
-   GHC-Options:         -Wall
- 
-   cpp-options: -DDEFAULT_SIGNATURES -DSAFE_HASKELL
-@@ -62,7 +68,7 @@ Test-suite instances
-   Hs-Source-Dirs:      test/
-   GHC-Options:         -Wall -threaded -rtsopts -with-rtsopts=-N
-   Build-depends:       base, cereal, template-haskell, safecopy,
--                       containers, time, array, vector, lens >= 4.7 && < 5.1,
-+                       containers, time, array, vector, lens >= 4.7 && < 5.3,
-                        lens-action, tasty, tasty-quickcheck, quickcheck-instances, QuickCheck
- 
- Test-suite generic


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c5ebcb921efe73b9e7a06eb52c6a84c5f109e8d1
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/20260106/376dfd52/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list