[Git][haskell-team/DHG_packages][master] hsyaml-aeson: Sourceful upload for GHC 9.6
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Oct 17 23:35:04 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c3f78af6 by Ilias Tsitsimpis at 2024-10-17T13:10:33+03:00
hsyaml-aeson: Sourceful upload for GHC 9.6
- - - - -
5 changed files:
- p/haskell-hsyaml-aeson/debian/changelog
- p/haskell-hsyaml-aeson/debian/control
- − p/haskell-hsyaml-aeson/debian/patches/missing-setup
- + 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-3) UNRELEASED; urgency=medium
+haskell-hsyaml-aeson (0.2.0.1-3) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6 (Closes: #1054961)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:38 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 17 Oct 2024 12:52:24 +0300
haskell-hsyaml-aeson (0.2.0.1-2) unstable; urgency=medium
=====================================
p/haskell-hsyaml-aeson/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
- ghc,
+ ghc (>= 9.6),
ghc-prof,
libghc-hsyaml-dev (>= 0.2.0),
libghc-hsyaml-dev (<< 0.3),
@@ -21,8 +21,8 @@ Build-Depends: debhelper (>= 10),
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.12.0.2),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (>= 0.13.0.0),
+ libghc-vector-dev (<< 0.14),
libghc-vector-prof,
Build-Depends-Indep: ghc-doc,
libghc-hsyaml-doc,
=====================================
p/haskell-hsyaml-aeson/debian/patches/missing-setup deleted
=====================================
@@ -1,10 +0,0 @@
-Description: Add Setup.hs missing from upstream tarball
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-
-Index: b/Setup.hs
-===================================================================
---- /dev/null
-+++ b/Setup.hs
-@@ -0,0 +1,2 @@
-+import Distribution.Simple
-+main = defaultMain
=====================================
p/haskell-hsyaml-aeson/debian/patches/newer-deps
=====================================
@@ -0,0 +1,76 @@
+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
=====================================
@@ -1 +1 @@
-missing-setup
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c3f78af6be614d2ce6366f62813a1c24b5e3d5b1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c3f78af6be614d2ce6366f62813a1c24b5e3d5b1
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/20241017/87124f9d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list