[Git][haskell-team/DHG_packages][master] github: Upgrading from 0.23 to 0.27

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Wed Aug 3 15:02:01 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
054d1a6c by Ilias Tsitsimpis at 2022-08-03T16:55:50+03:00
github: Upgrading from 0.23 to 0.27

- - - - -


4 changed files:

- p/haskell-github/debian/changelog
- p/haskell-github/debian/control
- + p/haskell-github/debian/patches/newer-deps
- + p/haskell-github/debian/patches/series


Changes:

=====================================
p/haskell-github/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-github (0.23-2) UNRELEASED; urgency=medium
+haskell-github (0.27-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:25 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 03 Aug 2022 16:46:02 +0300
 
 haskell-github (0.23-1) unstable; urgency=medium
 


=====================================
p/haskell-github/debian/control
=====================================
@@ -9,14 +9,13 @@ Build-Depends:
  haskell-devscripts (>= 0.15),
  ghc (>= 8.4.3),
  ghc-prof,
- libghc-aeson-dev (>= 1.4.0.0),
- libghc-aeson-dev (<< 1.5),
+ libghc-aeson-dev,
  libghc-aeson-prof,
- libghc-base-compat-dev (>= 0.10.4),
- libghc-base-compat-dev (<< 0.12),
+ libghc-base-compat-dev (>= 0.11.1),
+ libghc-base-compat-dev (<< 0.13),
  libghc-base-compat-prof,
- libghc-base16-bytestring-dev (<< 0.2),
  libghc-base16-bytestring-dev (>= 0.1.1.6),
+ libghc-base16-bytestring-dev (<< 1.1),
  libghc-base16-bytestring-prof,
  libghc-binary-instances-dev (>= 1),
  libghc-binary-instances-dev (<< 1.1),
@@ -31,16 +30,16 @@ Build-Depends:
  libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,
  libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-http-client-dev (>= 0.5.12),
- libghc-http-client-dev (<< 0.7),
+ libghc-http-client-dev (<< 0.8),
  libghc-http-client-prof,
  libghc-http-client-tls-dev (>= 0.3.5.3),
  libghc-http-client-tls-dev (<< 0.4),
  libghc-http-client-tls-prof,
  libghc-http-link-header-dev (>= 1.0.3.1),
- libghc-http-link-header-dev (<< 1.1),
+ libghc-http-link-header-dev (<< 1.3),
  libghc-http-link-header-prof,
  libghc-http-types-dev (>= 0.12.3),
  libghc-http-types-dev (<< 0.13),
@@ -54,10 +53,13 @@ Build-Depends:
  libghc-tagged-dev (>= 0.8.5),
  libghc-tagged-dev (<< 0.9),
  libghc-tagged-prof,
+ libghc-time-compat-dev (>= 1.9.2.2),
+ libghc-time-compat-dev (<< 1.10),
+ libghc-time-compat-prof,
  libghc-tls-dev (>= 1.4.1),
  libghc-tls-prof,
  libghc-transformers-compat-dev (>= 0.6.5),
- libghc-transformers-compat-dev (<< 0.7),
+ libghc-transformers-compat-dev (<< 0.8),
  libghc-transformers-compat-prof,
  libghc-unordered-containers-dev (>= 0.2.10.0),
  libghc-unordered-containers-dev (<< 0.3),
@@ -69,16 +71,17 @@ Build-Depends:
  libghc-vector-instances-dev (>= 3.4),
  libghc-vector-instances-dev (<< 3.5),
  libghc-vector-instances-prof,
- libghc-aeson-dev,
  libghc-base-compat-dev,
  libghc-file-embed-dev,
  libghc-file-embed-prof,
  libghc-hspec-dev (>= 2.6.1),
- libghc-hspec-dev (<< 2.8),
+ libghc-hspec-dev (<< 2.10),
  libghc-hspec-prof,
  libghc-tagged-dev,
  libghc-unordered-containers-dev,
  libghc-vector-dev,
+ hspec-discover (>= 2.7.1),
+ hspec-discover (<< 2.10),
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-base-compat-doc,
@@ -95,6 +98,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-iso8601-time-doc,
  libghc-network-uri-doc,
  libghc-tagged-doc,
+ libghc-time-compat-doc,
  libghc-tls-doc,
  libghc-transformers-compat-doc,
  libghc-unordered-containers-doc,


=====================================
p/haskell-github/debian/patches/newer-deps
=====================================
@@ -0,0 +1,62 @@
+Index: b/github.cabal
+===================================================================
+--- a/github.cabal
++++ b/github.cabal
+@@ -1,6 +1,7 @@
+ cabal-version:      >=1.10
+ name:               github
+ version:            0.27
++x-revision:         1
+ synopsis:           Access to the GitHub API, v3.
+ category:           Network
+ description:
+@@ -37,8 +38,9 @@ tested-with:
+    || ==8.4.4
+    || ==8.6.5
+    || ==8.8.4
+-   || ==8.10.4
++   || ==8.10.7
+    || ==9.0.1
++   || ==9.2.1
+ 
+ extra-source-files:
+   README.md
+@@ -158,9 +160,9 @@ library
+ 
+   -- Packages bundles with GHC, mtl and text are also here
+   build-depends:
+-      base          >=4.7      && <4.16
++      base          >=4.7      && <4.17
+     , binary        >=0.7.1.0  && <0.11
+-    , bytestring    >=0.10.4.0 && <0.11
++    , bytestring    >=0.10.4.0 && <0.12
+     , containers    >=0.5.5.1  && <0.7
+     , deepseq       >=1.3.0.2  && <1.5
+     , mtl           >=2.1.3.1  && <2.2 || >=2.2.1 && <2.3
+@@ -177,7 +179,7 @@ library
+     , cryptohash-sha1       >=0.11.100.1 && <0.12
+     , deepseq-generics      >=0.2.0.0    && <0.3
+     , exceptions            >=0.10.2     && <0.11
+-    , hashable              >=1.2.7.0    && <1.4
++    , hashable              >=1.2.7.0    && <1.5
+     , http-client           >=0.5.12     && <0.8
+     , http-link-header      >=1.0.3.1    && <1.3
+     , http-types            >=0.12.3     && <0.13
+@@ -209,7 +211,7 @@ test-suite github-test
+   hs-source-dirs:     spec
+   main-is:            Spec.hs
+   ghc-options:        -Wall -threaded
+-  build-tool-depends: hspec-discover:hspec-discover >=2.7.1 && <2.8
++  build-tool-depends: hspec-discover:hspec-discover >=2.7.1 && <2.10
+   other-extensions:   TemplateHaskell
+   other-modules:
+     GitHub.ActivitySpec
+@@ -234,7 +236,7 @@ test-suite github-test
+     , bytestring
+     , file-embed
+     , github
+-    , hspec                 >=2.6.1 && <2.8
++    , hspec                 >=2.6.1 && <2.10
+     , tagged
+     , text
+     , unordered-containers


=====================================
p/haskell-github/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/054d1a6cad951a689e751ee677eb301a07c6bb2c
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/20220803/1e7d12f6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list