[Git][haskell-team/DHG_packages][master] aeson: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Sep 18 18:44:15 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
bdf07fca by Clint Adams at 2023-09-18T13:43:45-04:00
aeson: patch for newer deps
- - - - -
4 changed files:
- p/haskell-aeson/debian/changelog
- p/haskell-aeson/debian/control
- + p/haskell-aeson/debian/patches/newer-deps
- p/haskell-aeson/debian/patches/series
Changes:
=====================================
p/haskell-aeson/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-aeson (2.1.2.1-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Mon, 18 Sep 2023 13:40:12 -0400
+
haskell-aeson (2.1.2.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-aeson/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
libghc-onetuple-dev (>= 0.3.1),
- libghc-onetuple-dev (<< 0.4),
+ libghc-onetuple-dev (<< 0.5),
libghc-onetuple-prof,
libghc-quickcheck2-dev (>= 2.14.2),
libghc-quickcheck2-dev (<< 2.15),
@@ -21,7 +21,7 @@ Build-Depends:
libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
libghc-base-compat-batteries-dev (>= 0.10.0),
- libghc-base-compat-batteries-dev (<< 0.13),
+ libghc-base-compat-batteries-dev (<< 0.14),
libghc-base-compat-batteries-prof,
libghc-data-fix-dev (>= 0.3.2),
libghc-data-fix-dev (<< 0.4),
@@ -42,10 +42,10 @@ Build-Depends:
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
libghc-semialign-dev (>= 1.2),
- libghc-semialign-dev (<< 1.3),
+ libghc-semialign-dev (<< 1.4),
libghc-semialign-prof,
libghc-strict-dev (>= 0.4),
- libghc-strict-dev (<< 0.5),
+ libghc-strict-dev (<< 0.6),
libghc-strict-prof,
libghc-tagged-dev (>= 0.8.6),
libghc-tagged-dev (<< 0.9),
@@ -58,7 +58,7 @@ Build-Depends:
libghc-th-abstraction-dev (<< 0.6),
libghc-th-abstraction-prof,
libghc-these-dev (>= 1.1.1.1),
- libghc-these-dev (<< 1.2),
+ libghc-these-dev (<< 1.3),
libghc-these-prof,
libghc-time-compat-dev (>= 1.9.6),
libghc-time-compat-dev (<< 1.10),
@@ -78,12 +78,11 @@ Build-Depends:
libghc-diff-dev (>= 0.4),
libghc-diff-dev (<< 0.5),
libghc-diff-prof,
- libghc-onetuple-dev,
libghc-attoparsec-dev,
libghc-base-compat-dev,
libghc-base-compat-prof,
libghc-base-orphans-dev (>= 0.5.3),
- libghc-base-orphans-dev (<< 0.9),
+ libghc-base-orphans-dev (<< 0.10),
libghc-base-orphans-prof,
libghc-base16-bytestring-dev,
libghc-base16-bytestring-prof,
@@ -102,7 +101,6 @@ Build-Depends:
libghc-quickcheck-instances-dev (<< 0.4),
libghc-quickcheck-instances-prof,
libghc-scientific-dev,
- libghc-strict-dev,
libghc-tagged-dev,
libghc-tasty-dev,
libghc-tasty-prof,
=====================================
p/haskell-aeson/debian/patches/newer-deps
=====================================
@@ -0,0 +1,50 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -109,14 +109,14 @@ library
+ , containers >=0.5.7.1 && <0.7
+ , deepseq >=1.4.2.0 && <1.5
+ , exceptions >=0.10.4 && <0.11
+- , ghc-prim >=0.5.0.0 && <0.10
+- , template-haskell >=2.11.0.0 && <2.20
++ , ghc-prim >=0.5.0.0 && <0.11
++ , template-haskell >=2.11.0.0 && <2.21
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+ , time >=1.6.0.1 && <1.13
+
+ -- Compat
+ build-depends:
+- base-compat-batteries >=0.10.0 && <0.13
++ base-compat-batteries >=0.10.0 && <0.14
+ , time-compat >=1.9.6 && <1.10
+
+ if !impl(ghc >=8.6)
+@@ -129,16 +129,16 @@ library
+ , dlist >=0.8.0.4 && <1.1
+ , hashable >=1.3.5.0 && <1.5
+ , indexed-traversable >=0.1.2 && <0.2
+- , OneTuple >=0.3.1 && <0.4
++ , OneTuple >=0.3.1 && <0.5
+ , primitive >=0.7.3.0 && <0.9
+ , QuickCheck >=2.14.2 && <2.15
+ , scientific >=0.3.7.0 && <0.4
+- , semialign >=1.2 && <1.3
+- , strict >=0.4 && <0.5
++ , semialign >=1.2 && <1.4
++ , strict >=0.4 && <0.6
+ , tagged >=0.8.6 && <0.9
+ , text-short >=0.1.5 && <0.2
+ , th-abstraction >=0.3.0.0 && <0.6
+- , these >=1.1.1.1 && <1.2
++ , these >=1.1.1.1 && <1.3
+ , unordered-containers >=0.2.10.0 && <0.3
+ , uuid-types >=1.0.5 && <1.1
+ , vector >=0.12.0.1 && <0.14
+@@ -196,7 +196,7 @@ test-suite aeson-tests
+ , attoparsec
+ , base
+ , base-compat
+- , base-orphans >=0.5.3 && <0.9
++ , base-orphans >=0.5.3 && <0.10
+ , base16-bytestring
+ , bytestring
+ , containers
=====================================
p/haskell-aeson/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-generically
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bdf07fcafc0184631d741849e472269204b648c5
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bdf07fcafc0184631d741849e472269204b648c5
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/20230918/6b3d0a28/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list