[Git][haskell-team/DHG_packages][master] aeson-extra: Upgrading from 0.4.1.3 to 0.5.1.1
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Jul 24 02:10:26 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
50f18734 by Clint Adams at 2022-07-23T21:09:06-04:00
aeson-extra: Upgrading from 0.4.1.3 to 0.5.1.1
- - - - -
4 changed files:
- p/haskell-aeson-extra/debian/changelog
- p/haskell-aeson-extra/debian/control
- − p/haskell-aeson-extra/debian/patches/newer-deps
- − p/haskell-aeson-extra/debian/patches/series
Changes:
=====================================
p/haskell-aeson-extra/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-aeson-extra (0.4.1.3-3) UNRELEASED; urgency=medium
+haskell-aeson-extra (0.5.1.1-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:00 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 23 Jul 2022 21:04:56 -0400
haskell-aeson-extra (0.4.1.3-2) unstable; urgency=medium
=====================================
p/haskell-aeson-extra/debian/control
=====================================
@@ -6,32 +6,19 @@ Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
+ haskell-devscripts (>= 0.13),
cdbs,
debhelper (>= 10),
ghc (>= 8.4.3),
ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev,
libghc-aeson-prof,
- libghc-aeson-compat-dev (>= 0.3.0.0),
- libghc-aeson-compat-dev (<< 0.4),
- libghc-aeson-compat-prof,
- libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.11.3.4),
+ libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
- libghc-attoparsec-iso8601-dev (>= 1.0),
- libghc-attoparsec-iso8601-dev (<< 1.1),
- libghc-attoparsec-iso8601-prof,
- libghc-base-compat-batteries-dev (>= 0.10.1),
- libghc-base-compat-batteries-dev (<< 0.12),
+ libghc-base-compat-batteries-dev (>= 0.11.2),
+ libghc-base-compat-batteries-dev (<< 0.13),
libghc-base-compat-batteries-prof,
- libghc-exceptions-dev (>= 0.8),
- libghc-exceptions-dev (<< 0.11),
- libghc-exceptions-prof,
- libghc-hashable-dev (>= 1.2),
- libghc-hashable-dev (<< 1.4),
- libghc-hashable-prof,
libghc-recursion-schemes-dev (>= 4.1.2),
libghc-recursion-schemes-dev (<< 5.3),
libghc-recursion-schemes-prof,
@@ -39,7 +26,7 @@ Build-Depends:
libghc-scientific-dev (>= 0.3),
libghc-scientific-prof,
libghc-semialign-dev (>= 1),
- libghc-semialign-dev (<< 1.2),
+ libghc-semialign-dev (<< 1.3),
libghc-semialign-prof,
libghc-these-dev (>= 1),
libghc-these-dev (<< 1.2),
@@ -50,10 +37,11 @@ Build-Depends:
libghc-vector-dev (>= 0.10),
libghc-vector-dev (<< 0.13),
libghc-vector-prof,
+ libghc-base-compat-batteries-dev,
libghc-quickcheck-instances-dev (>= 0.3),
libghc-quickcheck-instances-dev (<< 0.4),
libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.4),
+ libghc-tasty-dev (<< 1.5),
libghc-tasty-prof,
libghc-tasty-hunit-dev (>= 0.9),
libghc-tasty-hunit-dev (<< 0.11),
@@ -65,12 +53,8 @@ Build-Depends:
libghc-time-parsers-dev (<< 0.2),
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
- libghc-aeson-compat-doc,
libghc-attoparsec-doc,
- libghc-attoparsec-iso8601-doc,
libghc-base-compat-batteries-doc,
- libghc-exceptions-doc,
- libghc-hashable-doc,
libghc-recursion-schemes-doc,
libghc-scientific-doc,
libghc-semialign-doc,
=====================================
p/haskell-aeson-extra/debian/patches/newer-deps deleted
=====================================
@@ -1,59 +0,0 @@
---- a/aeson-extra.cabal
-+++ b/aeson-extra.cabal
-@@ -1,6 +1,7 @@
- cabal-version: >=1.10
- name: aeson-extra
- version: 0.4.1.3
-+x-revision: 4
- synopsis: Extra goodies for aeson
- description:
- Package provides extra functionality on top of @aeson@ and @aeson-compat@
-@@ -20,7 +21,8 @@
- || ==8.2.2
- || ==8.4.4
- || ==8.6.5
-- || ==8.8.1
-+ || ==8.8.3
-+ || ==8.10.1
-
- build-type: Simple
- extra-source-files:
-@@ -35,11 +37,11 @@
- hs-source-dirs: src
- ghc-options: -Wall
- build-depends:
-- aeson >=0.7.0.6 && <1.5
-+ aeson >=0.7.0.6 && <1.6
- , aeson-compat >=0.3.0.0 && <0.4
- , attoparsec >=0.11.3.4 && <0.14
- , attoparsec-iso8601 >=1.0 && <1.1
-- , base >=4.6 && <4.14
-+ , base >=4.6 && <4.15
- , base-compat-batteries >=0.10.1 && <0.12
- , bytestring >=0.10 && <0.11
- , containers >=0.5 && <0.7
-@@ -47,12 +49,12 @@
- , exceptions >=0.8 && <0.11
- , hashable >=1.2 && <1.4
- , parsec >=3.1.9 && <3.2
-- , recursion-schemes >=4.1.2 && <5.2
-+ , recursion-schemes >=4.1.2 && <5.3
- , scientific >=0.3 && <0.4
- , semialign >=1 && <1.2
-- , template-haskell >=2.8 && <2.16
-+ , template-haskell >=2.8 && <2.17
- , text >=1.2 && <1.3
-- , these >=1 && <1.1
-+ , these >=1 && <1.2
- , time >=1.4.0.1 && <1.10
- , unordered-containers >=0.2 && <0.3
- , vector >=0.10 && <0.13
-@@ -88,7 +90,7 @@
- , base
- , containers
- , quickcheck-instances >=0.3 && <0.4
-- , tasty >=0.10 && <1.3
-+ , tasty >=0.10 && <1.4
- , tasty-hunit >=0.9 && <0.11
- , tasty-quickcheck >=0.8 && <0.11
- , time
=====================================
p/haskell-aeson-extra/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/50f1873407493f3c6007f8d45d9a9b285b9a9f7a
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/50f1873407493f3c6007f8d45d9a9b285b9a9f7a
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/20220724/7fef1e57/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list