[Git][haskell-team/DHG_packages][master] servant: Upgrading from 0.16.2 to 0.19
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Jul 31 18:17:00 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d50907fb by Clint Adams at 2022-07-31T13:16:44-04:00
servant: Upgrading from 0.16.2 to 0.19
- - - - -
4 changed files:
- p/haskell-servant/debian/changelog
- p/haskell-servant/debian/control
- − p/haskell-servant/debian/patches/newer-deps
- − p/haskell-servant/debian/patches/series
Changes:
=====================================
p/haskell-servant/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-servant (0.16.2-3) UNRELEASED; urgency=medium
+haskell-servant (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 13:13:08 -0400
haskell-servant (0.16.2-2) unstable; urgency=medium
=====================================
p/haskell-servant/debian/control
=====================================
@@ -12,13 +12,13 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
libghc-quickcheck2-dev (>= 2.12.6.1),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-aeson-dev (>= 1.4.1.0),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev (<< 3),
libghc-aeson-prof,
libghc-attoparsec-dev (>= 0.13.2.2),
- libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
libghc-base-compat-dev (>= 0.10.5),
libghc-base-compat-dev (<< 0.12),
@@ -29,8 +29,10 @@ Build-Depends:
libghc-case-insensitive-dev (>= 1.2.0.11),
libghc-case-insensitive-dev (<< 1.3),
libghc-case-insensitive-prof,
+ libghc-constraints-dev (>= 0.2),
+ libghc-constraints-prof,
libghc-http-api-data-dev (>= 0.4.1),
- libghc-http-api-data-dev (<< 0.4.2),
+ libghc-http-api-data-dev (<< 0.4.4),
libghc-http-api-data-prof,
libghc-http-media-dev (>= 0.7.1.3),
libghc-http-media-dev (<< 0.9),
@@ -45,9 +47,12 @@ Build-Depends:
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-singleton-bool-dev (>= 0.1.5),
- libghc-singleton-bool-dev (<< 0.1.6),
+ libghc-singleton-bool-dev (>= 0.1.4),
+ libghc-singleton-bool-dev (<< 0.1.7),
libghc-singleton-bool-prof,
+ libghc-sop-core-dev (>= 0.4.0.0),
+ libghc-sop-core-dev (<< 0.6),
+ libghc-sop-core-prof,
libghc-string-conversions-dev (>= 0.4.0.1),
libghc-string-conversions-dev (<< 0.5),
libghc-string-conversions-prof,
@@ -57,18 +62,10 @@ Build-Depends:
libghc-vault-dev (>= 0.3.1.2),
libghc-vault-dev (<< 0.4),
libghc-vault-prof,
- libghc-aeson-dev,
- libghc-base-compat-dev,
- libghc-doctest-dev (>= 0.16.0),
- libghc-doctest-dev (<< 0.17),
- libghc-doctest-prof,
- libghc-hspec-dev (>= 2.6.0),
- libghc-hspec-dev (<< 2.8),
- libghc-hspec-prof,
- libghc-quickcheck-instances-dev (>= 0.3.19),
- libghc-quickcheck-instances-dev (<< 0.4),
- libghc-string-conversions-dev,
- libghc-cabal-doctest-dev (>= 1.0),
+ libghc-hspec-dev (>= 2.6.0) <!nocheck>,
+ libghc-hspec-dev (<< 2.9) <!nocheck>,
+ libghc-quickcheck-instances-dev (>= 0.3.19) <!nocheck>,
+ libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
libghc-aeson-doc,
@@ -76,12 +73,14 @@ Build-Depends-Indep: ghc-doc,
libghc-base-compat-doc,
libghc-bifunctors-doc,
libghc-case-insensitive-doc,
+ libghc-constraints-doc,
libghc-http-api-data-doc,
libghc-http-media-doc,
libghc-http-types-doc,
libghc-mmorph-doc,
libghc-network-uri-doc,
libghc-singleton-bool-doc,
+ libghc-sop-core-doc,
libghc-string-conversions-doc,
libghc-tagged-doc,
libghc-vault-doc,
=====================================
p/haskell-servant/debian/patches/newer-deps deleted
=====================================
@@ -1,28 +0,0 @@
---- a/servant.cabal
-+++ b/servant.cabal
-@@ -1,6 +1,7 @@
- cabal-version: >=1.10
- name: servant
- version: 0.16.2
-+x-revision: 1
-
- synopsis: A family of combinators for defining webservices APIs
- category: Servant, Web
-@@ -89,7 +90,7 @@
- --
- -- 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
- , mtl >= 2.2.2 && < 2.3
- , transformers >= 0.5.2.0 && < 0.6
-@@ -105,7 +106,7 @@
- -- Other dependencies: Lower bound around what is in the latest Stackage LTS.
- -- Here can be exceptions if we really need features from the newer versions.
- build-depends:
-- base-compat >= 0.10.5 && < 0.11
-+ base-compat >= 0.10.5 && < 0.12
- , aeson >= 1.4.1.0 && < 1.5
- , attoparsec >= 0.13.2.2 && < 0.14
- , bifunctors >= 5.5.3 && < 5.6
=====================================
p/haskell-servant/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d50907fb9e58cee9c6a9cefa42b29e8f2831972c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d50907fb9e58cee9c6a9cefa42b29e8f2831972c
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/20220731/5fb3859a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list