[Git][haskell-team/DHG_packages][master] servant-client-core: Upgrading from 0.16 to 0.19
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Aug 1 01:39:04 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6e0134d5 by Clint Adams at 2022-07-31T20:38:44-04:00
servant-client-core: Upgrading from 0.16 to 0.19
- - - - -
4 changed files:
- p/haskell-servant-client-core/debian/changelog
- p/haskell-servant-client-core/debian/control
- − p/haskell-servant-client-core/debian/patches/newer-deps
- − p/haskell-servant-client-core/debian/patches/series
Changes:
=====================================
p/haskell-servant-client-core/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-servant-client-core (0.16-3) UNRELEASED; urgency=medium
+haskell-servant-client-core (0.19-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:33:04 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 31 Jul 2022 20:37:58 -0400
haskell-servant-client-core (0.16-2) unstable; urgency=medium
=====================================
p/haskell-servant-client-core/debian/control
=====================================
@@ -10,14 +10,17 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.15),
libghc-aeson-dev (>= 1.4.1.0),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 3),
libghc-aeson-prof,
libghc-base-compat-dev (>= 0.10.5),
libghc-base-compat-dev (<< 0.12),
libghc-base-compat-prof,
libghc-base64-bytestring-dev (>= 1.0.0.1),
- libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (<< 1.3),
libghc-base64-bytestring-prof,
+ libghc-constraints-dev (>= 0.2),
+ libghc-constraints-dev (<< 0.14),
+ libghc-constraints-prof,
libghc-exceptions-dev (>= 0.10.0),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
@@ -36,19 +39,22 @@ Build-Depends:
libghc-safe-dev (>= 0.3.17),
libghc-safe-dev (<< 0.4),
libghc-safe-prof,
- libghc-servant-dev (>= 0.16),
- libghc-servant-dev (<< 0.17),
+ libghc-servant-dev (>= 0.19),
libghc-servant-prof,
+ libghc-sop-core-dev (>= 0.4.0.0),
+ libghc-sop-core-dev (<< 0.6),
+ libghc-sop-core-prof,
libghc-quickcheck2-dev (>= 2.12.6.1),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-hspec-dev (>= 2.6.0),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (<< 2.9),
libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-base-compat-doc,
libghc-base64-bytestring-doc,
+ libghc-constraints-doc,
libghc-exceptions-doc,
libghc-free-doc,
libghc-http-media-doc,
@@ -56,8 +62,9 @@ Build-Depends-Indep: ghc-doc,
libghc-network-uri-doc,
libghc-safe-doc,
libghc-servant-doc,
+ libghc-sop-core-doc,
Standards-Version: 4.6.1
-Homepage: http://haskell-servant.readthedocs.org/
+Homepage: http://docs.servant.dev/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-servant-client-core
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-servant-client-core]
X-Description: Core functionality and class for client function generation for servant APIs
=====================================
p/haskell-servant-client-core/debian/patches/newer-deps deleted
=====================================
@@ -1,41 +0,0 @@
---- a/servant-client-core.cabal
-+++ b/servant-client-core.cabal
-@@ -53,13 +53,13 @@
- --
- -- note: mtl lower bound is so low because of GHC-7.8
- build-depends:
-- base >= 4.9 && < 4.13
-+ base >= 4.9 && < 4.14
- , bytestring >= 0.10.8.1 && < 0.11
- , containers >= 0.5.7.1 && < 0.7
- , deepseq >= 1.4.2.0 && < 1.5
- , text >= 1.2.3.0 && < 1.3
- , transformers >= 0.5.2.0 && < 0.6
-- , template-haskell >= 2.11.1.0 && < 2.15
-+ , template-haskell >= 2.11.1.0 && < 2.16
-
- if !impl(ghc >= 8.2)
- build-depends:
-@@ -73,11 +73,11 @@
- -- Here can be exceptions if we really need features from the newer versions.
- build-depends:
- aeson >= 1.4.1.0 && < 1.5
-- , base-compat >= 0.10.5 && < 0.11
-+ , base-compat >= 0.10.5 && < 0.12
- , base64-bytestring >= 1.0.0.1 && < 1.1
- , exceptions >= 0.10.0 && < 0.11
- , free >= 5.1 && < 5.2
-- , http-media >= 0.7.1.3 && < 0.8
-+ , http-media >= 0.7.1.3 && < 0.9
- , http-types >= 0.12.2 && < 0.13
- , network-uri >= 2.6.1.0 && < 2.7
- , safe >= 0.3.17 && < 0.4
-@@ -105,7 +105,7 @@
- build-depends:
- deepseq >= 1.4.2.0 && < 1.5
- , hspec >= 2.6.0 && < 2.8
-- , QuickCheck >= 2.12.6.1 && < 2.13
-+ , QuickCheck >= 2.12.6.1 && < 2.14
-
- build-tool-depends:
- hspec-discover:hspec-discover >= 2.6.0 && <2.8
=====================================
p/haskell-servant-client-core/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6e0134d595ba5eb0d165219160d56a361d83d7e6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6e0134d595ba5eb0d165219160d56a361d83d7e6
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/20220801/fc73236b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list