[Git][haskell-team/DHG_packages][master] http-api-data: Upgrading from 0.5.1 to 0.6.2

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Feb 11 04:12:52 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
1509ee01 by Scott Talbert at 2026-02-10T23:10:55-05:00
http-api-data: Upgrading from 0.5.1 to 0.6.2

- - - - -


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-hspec
- − p/haskell-http-api-data/debian/patches/series


Changes:

=====================================
p/haskell-http-api-data/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-http-api-data (0.5.1-2) UNRELEASED; urgency=medium
+haskell-http-api-data (0.6.2-1) unstable; urgency=medium
 
   * Build using dh-haskell
+  * New upstream release
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:12:06 -0500
+ -- Scott Talbert <swt at techie.net>  Tue, 10 Feb 2026 23:07:12 -0500
 
 haskell-http-api-data (0.5.1-1) unstable; urgency=medium
 


=====================================
p/haskell-http-api-data/debian/control
=====================================
@@ -9,43 +9,37 @@ Build-Depends:
  dh-sequence-haskell,
  debhelper-compat (= 13),
  haskell-devscripts (>= 0.13),
- ghc (>= 9.4),
+ ghc (>= 9.10),
  ghc-prof,
- libghc-attoparsec-dev (>= 0.13.2.2),
- libghc-attoparsec-dev (<< 0.15),
- libghc-attoparsec-prof,
- libghc-attoparsec-iso8601-dev (>= 1.1.0.0),
- libghc-attoparsec-iso8601-dev (<< 1.2),
- libghc-attoparsec-iso8601-prof,
- libghc-base-compat-dev (>= 0.10.5),
- libghc-base-compat-dev (<< 0.14),
- libghc-base-compat-prof,
- libghc-cookie-dev (>= 0.4.3),
- libghc-cookie-dev (<< 0.5),
+ libghc-cookie-dev (>= 0.5.1),
+ libghc-cookie-dev (<< 0.6),
  libghc-cookie-prof,
- libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (>= 1.4.4.0),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
- libghc-http-types-dev (>= 0.12.3),
+ libghc-http-types-dev (>= 0.12.4),
  libghc-http-types-dev (<< 0.13),
  libghc-http-types-prof,
- libghc-tagged-dev (>= 0.8.5),
+ libghc-tagged-dev (>= 0.8.8),
  libghc-tagged-dev (<< 0.9),
  libghc-tagged-prof,
+ libghc-text-iso8601-dev (>= 0.1.1),
+ libghc-text-iso8601-dev (<< 0.2),
+ libghc-text-iso8601-prof,
  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),
+ libghc-unordered-containers-dev (>= 0.2.20),
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
- libghc-uuid-types-dev (>= 1.0.3),
+ libghc-uuid-types-dev (>= 1.0.6),
  libghc-uuid-types-dev (<< 1.1),
  libghc-uuid-types-prof,
  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-dev (<< 2.16),
  libghc-quickcheck2-prof,
  libghc-base-compat-dev,
  libghc-cookie-dev,
@@ -59,17 +53,15 @@ Build-Depends:
  libghc-unordered-containers-dev,
  libghc-uuid-types-dev,
 Build-Depends-Indep: ghc-doc,
- libghc-attoparsec-doc,
- libghc-attoparsec-iso8601-doc,
- libghc-base-compat-doc,
  libghc-cookie-doc,
  libghc-hashable-doc,
  libghc-http-types-doc,
  libghc-tagged-doc,
+ libghc-text-iso8601-doc,
  libghc-time-compat-doc,
  libghc-unordered-containers-doc,
  libghc-uuid-types-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/fizruk/http-api-data
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http-api-data
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http-api-data]


=====================================
p/haskell-http-api-data/debian/patches/newer-hspec deleted
=====================================
@@ -1,22 +0,0 @@
-Index: b/http-api-data.cabal
-===================================================================
---- a/http-api-data.cabal
-+++ b/http-api-data.cabal
-@@ -86,7 +86,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.11
-+    build-tool-depends: hspec-discover:hspec-discover >= 2.7.1
-     -- inherited  depndencies
-     build-depends:
-                      base
-@@ -103,7 +103,7 @@ test-suite spec
-       build-depends: nats
- 
-     build-depends:   HUnit                >= 1.6.0.0  && <1.7
--                   , hspec                >= 2.7.1    && <2.11
-+                   , hspec                >= 2.7.1
-                    , QuickCheck           >= 2.13.1   && <2.15
-                    , quickcheck-instances >= 0.3.25.2 && <0.4
- 


=====================================
p/haskell-http-api-data/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-hspec



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1509ee01fdb0556bebbe1c6bf6869a1375b3f32a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1509ee01fdb0556bebbe1c6bf6869a1375b3f32a
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/20260211/9473d299/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list