[Git][haskell-team/DHG_packages][master] hsyaml-aeson: Upgrading from 0.2.0.1 to 0.2.0.2

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Feb 10 23:43:18 GMT 2026



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


Commits:
cd700655 by Scott Talbert at 2026-02-10T18:43:11-05:00
hsyaml-aeson: Upgrading from 0.2.0.1 to 0.2.0.2

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-hsyaml-aeson/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hsyaml-aeson (0.2.0.1-4) UNRELEASED; urgency=medium
+haskell-hsyaml-aeson (0.2.0.2-1) unstable; urgency=medium
 
   * Build using dh-haskell
+  * New upstream release
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:28 -0500
+ -- Scott Talbert <swt at techie.net>  Tue, 10 Feb 2026 18:36:48 -0500
 
 haskell-hsyaml-aeson (0.2.0.1-3) unstable; urgency=medium
 


=====================================
p/haskell-hsyaml-aeson/debian/control
=====================================
@@ -8,15 +8,15 @@ Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13),
  haskell-devscripts (>= 0.13),
  dh-sequence-haskell,
- ghc (>= 9.6),
+ ghc (>= 9.10),
  ghc-prof,
  libghc-hsyaml-dev (>= 0.2.0),
  libghc-hsyaml-dev (<< 0.3),
  libghc-hsyaml-prof,
- libghc-aeson-dev,
+ libghc-aeson-dev (>= 2.2.0.0),
+ libghc-aeson-dev (<< 2.3),
  libghc-aeson-prof,
  libghc-scientific-dev (>= 0.3.6.2),
- libghc-scientific-dev (<< 0.4),
  libghc-scientific-prof,
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-dev (<< 0.3),
@@ -30,7 +30,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-scientific-doc,
  libghc-unordered-containers-doc,
  libghc-vector-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://hackage.haskell.org/package/HsYAML-aeson
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hsyaml-aeson
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hsyaml-aeson]


=====================================
p/haskell-hsyaml-aeson/debian/patches/newer-deps deleted
=====================================
@@ -1,76 +0,0 @@
-Index: b/HsYAML-aeson.cabal
-===================================================================
---- a/HsYAML-aeson.cabal
-+++ b/HsYAML-aeson.cabal
-@@ -1,10 +1,11 @@
- cabal-version:       2.2
- name:                HsYAML-aeson
- version:             0.2.0.1
-+x-revision:          10
- license:             GPL-2.0-or-later
- license-file:        LICENSE.GPLv2
- author:              Herbert Valerio Riedel
--maintainer:          hvr at gnu.org, Andreas Abel
-+maintainer:          Simon Jakobi, Andreas Abel
- copyright:           2018-2019 Herbert Valerio Riedel
- category:            Text, Codec, Web, JSON, YAML
- synopsis:            JSON to YAML Adapter
-@@ -21,24 +22,29 @@ description:
-   'FromJSON' instances for decoding the YAML data into native Haskell data types.
- 
- tested-with:
--  GHC == 9.0.1
-+  GHC == 9.8.1
-+  GHC == 9.6.3
-+  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
--  GHC == 7.10.3
--  GHC == 7.8.4
--  GHC == 7.6.3
--  GHC == 7.4.2
-+  -- Drop testing for GHC 7 (unreliable CI with hvr-ppa)
-+  -- GHC == 7.10.3
-+  -- GHC == 7.8.4
-+  -- GHC == 7.6.3
-+  -- GHC == 7.4.2
- 
- extra-source-files:
-   CHANGELOG.md
- 
- source-repository head
-   type: git
--  location: https://github.com/hvr/HsYAML-aeson.git
-+  location: https://github.com/haskell-hvr/HsYAML-aeson.git
- 
- flag exe
-   description: Enable @exe:yaml-test@ component
-@@ -49,15 +55,15 @@ library
-   exposed-modules: Data.YAML.Aeson
-   build-depends:
-     , HsYAML      ^>= 0.2.0
--    , aeson       ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0
--    , base         >= 4.5 && < 4.17
--    , bytestring  ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0
--    , containers   >=0.4.2 && <0.7
--    , mtl         ^>= 2.2.1
-+    , aeson       ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0 || ^>= 2.1.0.0 || ^>= 2.2.0.0
-+    , base         >= 4.5 && < 5
-+    , bytestring  ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0 || ^>= 0.12.0.0
-+    , containers   >= 0.4.2 && < 0.8
-+    , mtl         ^>= 2.2.1 || ^>= 2.3.1
-     , scientific  ^>= 0.3.6.2
--    , text        ^>= 1.2.3
-+    , text        ^>= 1.2.3 || ^>= 2.0 || ^>= 2.1
-     , unordered-containers ^>= 0.2
--    , vector      ^>= 0.12.0.2
-+    , vector      ^>= 0.12.0.2 || ^>= 0.13.0.0
- 
-   hs-source-dirs:      src
-   default-language:    Haskell2010


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



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

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


More information about the Pkg-haskell-commits mailing list