[Git][haskell-team/DHG_packages][master] http-api-data: Upgrading from 0.4.1.1 to 0.4.3
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Jul 24 12:40:01 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
602852d4 by Ilias Tsitsimpis at 2022-07-24T14:37:54+03:00
http-api-data: Upgrading from 0.4.1.1 to 0.4.3
- - - - -
4 changed files:
- p/haskell-http-api-data/debian/changelog
- p/haskell-http-api-data/debian/control
- p/haskell-http-api-data/debian/patches/newer-deps
- p/haskell-http-api-data/debian/rules
Changes:
=====================================
p/haskell-http-api-data/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-http-api-data (0.4.1.1-3) UNRELEASED; urgency=medium
+haskell-http-api-data (0.4.3-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:33 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 24 Jul 2022 14:33:17 +0300
haskell-http-api-data (0.4.1.1-2) unstable; urgency=medium
=====================================
p/haskell-http-api-data/debian/control
=====================================
@@ -12,19 +12,19 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
libghc-attoparsec-dev (>= 0.13.2.2),
- libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
- libghc-attoparsec-iso8601-dev (>= 1.0.1.0),
+ libghc-attoparsec-iso8601-dev (>= 1.0.2.0),
libghc-attoparsec-iso8601-dev (<< 1.1),
libghc-attoparsec-iso8601-prof,
libghc-base-compat-dev (>= 0.10.5),
- libghc-base-compat-dev (<< 0.12),
+ libghc-base-compat-dev (<< 0.13),
libghc-base-compat-prof,
libghc-cookie-dev (>= 0.4.3),
libghc-cookie-dev (<< 0.5),
libghc-cookie-prof,
libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
libghc-http-types-dev (>= 0.12.3),
libghc-http-types-dev (<< 0.13),
@@ -32,7 +32,7 @@ Build-Depends:
libghc-tagged-dev (>= 0.8.5),
libghc-tagged-dev (<< 0.9),
libghc-tagged-prof,
- libghc-time-compat-dev (>= 1.9.2),
+ libghc-time-compat-dev (>= 1.9.5),
libghc-time-compat-dev (<< 1.10),
libghc-time-compat-prof,
libghc-unordered-containers-dev (>= 0.2.10.0),
@@ -41,19 +41,25 @@ Build-Depends:
libghc-uuid-types-dev (>= 1.0.3),
libghc-uuid-types-dev (<< 1.1),
libghc-uuid-types-prof,
- libghc-cabal-doctest-dev,
- libghc-hunit-dev (>= 1.6.0.0) <!nocheck>,
- libghc-hunit-dev (<< 1.7) <!nocheck>,
- libghc-quickcheck2-dev (>= 2.11.3) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.14) <!nocheck>,
- libghc-base-compat-dev <!nocheck>,
- libghc-cookie-dev <!nocheck>,
- libghc-doctest-dev (>= 0.16.0) <!nocheck>,
- libghc-doctest-dev (<< 0.17) <!nocheck>,
- libghc-hspec-dev (>= 2.6.0) <!nocheck>,
- libghc-hspec-dev (<< 2.8) <!nocheck>,
- libghc-quickcheck-instances-dev (>= 0.3.19) <!nocheck>,
- libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
+ libghc-hunit-dev (>= 1.6.0.0),
+ libghc-hunit-dev (<< 1.7),
+ libghc-hunit-prof,
+ libghc-quickcheck2-dev (>= 2.13.1),
+ libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-prof,
+ libghc-base-compat-dev,
+ libghc-cookie-dev,
+ hspec-discover (>= 2.7.1),
+ hspec-discover (<< 2.10),
+ libghc-hspec-dev (>= 2.7.1),
+ libghc-hspec-dev (<< 2.10),
+ libghc-hspec-prof,
+ libghc-quickcheck-instances-dev (>= 0.3.25.2),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-prof,
+ libghc-time-compat-dev,
+ libghc-unordered-containers-dev,
+ libghc-uuid-types-dev,
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
libghc-attoparsec-iso8601-doc,
=====================================
p/haskell-http-api-data/debian/patches/newer-deps
=====================================
@@ -1,19 +1,85 @@
+Index: b/http-api-data.cabal
+===================================================================
--- a/http-api-data.cabal
+++ b/http-api-data.cabal
-@@ -102,7 +102,6 @@
- , bytestring
- , cookie
- , http-api-data
-- , nats
- , text
- , time-compat
- , unordered-containers
-@@ -110,7 +109,7 @@
-
- build-depends: HUnit >= 1.6.0.0 && <1.7
- , hspec >= 2.7.1 && <2.8
-- , QuickCheck >= 2.13.1 && <2.14
-+ , QuickCheck >= 2.13.1 && <2.15
- , quickcheck-instances >= 0.3.21 && <0.4
-
- source-repository head
+@@ -1,6 +1,7 @@
+ cabal-version: >= 1.10
+ name: http-api-data
+ version: 0.4.3
++x-revision: 6
+
+ synopsis: Converting to/from HTTP API data like URL pieces, headers and query parameters.
+ category: Web
+@@ -31,7 +32,9 @@ tested-with:
+ GHC==8.4.4,
+ GHC==8.6.5,
+ GHC==8.8.4,
+- GHC==8.10.3
++ GHC==8.10.7,
++ GHC==9.0.1,
++ GHC==9.2.1
+
+ flag use-text-show
+ description: Use text-show library for efficient ToHttpApiData implementations.
+@@ -43,11 +46,11 @@ library
+ include-dirs: include/
+
+ -- GHC bundled
+- build-depends: base >= 4.7 && < 4.15
++ build-depends: base >= 4.7 && < 4.17
+ , bytestring >= 0.10.4.0 && < 0.12
+ , containers >= 0.5.5.1 && < 0.7
+- , text >= 1.2.3.0 && < 1.3
+- , transformers >= 0.3 && < 0.6
++ , text >= 1.2.3.0 && < 1.3 || >=2.0 && <2.1
++ , transformers >= 0.3 && < 0.7
+
+ -- so Semigroup Builder exists
+ if impl(ghc >= 8.0)
+@@ -55,11 +58,11 @@ library
+
+ -- other-dependencies
+ build-depends:
+- attoparsec >= 0.13.2.2 && < 0.14
++ attoparsec >= 0.13.2.2 && < 0.15
+ , attoparsec-iso8601 >= 1.0.2.0 && < 1.1
+- , base-compat >= 0.10.5 && < 0.12
++ , base-compat >= 0.10.5 && < 0.13
+ , cookie >= 0.4.3 && < 0.5
+- , hashable >= 1.2.7.0 && < 1.4
++ , hashable >= 1.2.7.0 && < 1.5
+ , http-types >= 0.12.3 && < 0.13
+ , tagged >= 0.8.5 && < 0.9
+ , time-compat >= 1.9.5 && < 1.10
+@@ -72,11 +75,11 @@ library
+ void >= 0.7.3 && < 0.8
+
+ if !impl(ghc >= 8.0)
+- build-depends: semigroups >= 0.18.5 && < 0.20
++ build-depends: semigroups >= 0.18.5 && < 0.21
+
+ if flag(use-text-show)
+ cpp-options: -DUSE_TEXT_SHOW
+- build-depends: text-show >= 3.8.2 && <3.9
++ build-depends: text-show >= 3.8.2 && <3.10
+
+ exposed-modules:
+ Web.HttpApiData
+@@ -96,7 +99,7 @@ test-suite spec
+ hs-source-dirs: test
+ ghc-options: -Wall
+ default-language: Haskell2010
+- build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.8
++ build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.10
+ -- inherited depndencies
+ build-depends:
+ base
+@@ -113,7 +116,7 @@ test-suite spec
+ build-depends: nats
+
+ build-depends: HUnit >= 1.6.0.0 && <1.7
+- , hspec >= 2.7.1 && <2.8
++ , hspec >= 2.7.1 && <2.10
+ , QuickCheck >= 2.13.1 && <2.15
+ , quickcheck-instances >= 0.3.25.2 && <0.4
+
=====================================
p/haskell-http-api-data/debian/rules
=====================================
@@ -3,10 +3,9 @@
DEB_CABAL_PACKAGE = http-api-data
DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x, $(DEB_HOST_ARCH)))
DEB_ENABLE_TESTS = no
-else
- DEB_ENABLE_TESTS = yes
endif
include /usr/share/cdbs/1/rules/debhelper.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/602852d4f53f83f8dfb7f5e26a56ad429c50864b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/602852d4f53f83f8dfb7f5e26a56ad429c50864b
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/b8491546/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list