[Git][haskell-team/DHG_packages][master] servant-client-core: patch for newer deps

Clint Adams gitlab at salsa.debian.org
Thu Jun 11 01:11:04 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
48cbff31 by Clint Adams at 2020-06-10T20:10:19-04:00
servant-client-core: patch for newer deps

- - - - -


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,3 +1,9 @@
+haskell-servant-client-core (0.16-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Wed, 10 Jun 2020 20:10:05 -0400
+
 haskell-servant-client-core (0.16-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-servant-client-core/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  libghc-aeson-dev (<< 1.5),
  libghc-aeson-prof,
  libghc-base-compat-dev (>= 0.10.5),
- libghc-base-compat-dev (<< 0.11),
+ libghc-base-compat-dev (<< 0.12),
  libghc-base-compat-prof,
  libghc-base64-bytestring-dev (>= 1.0.0.1),
  libghc-base64-bytestring-dev (<< 1.1),
@@ -25,7 +25,7 @@ Build-Depends:
  libghc-free-dev (<< 5.2),
  libghc-free-prof,
  libghc-http-media-dev (>= 0.7.1.3),
- libghc-http-media-dev (<< 0.8),
+ libghc-http-media-dev (<< 0.9),
  libghc-http-media-prof,
  libghc-http-types-dev (>= 0.12.2),
  libghc-http-types-dev (<< 0.13),
@@ -40,9 +40,8 @@ Build-Depends:
  libghc-servant-dev (<< 0.17),
  libghc-servant-prof,
  libghc-quickcheck2-dev (>= 2.12.6.1),
- libghc-quickcheck2-dev (<< 2.13),
+ libghc-quickcheck2-dev (<< 2.14),
  libghc-quickcheck2-prof,
- libghc-base-compat-dev,
  libghc-hspec-dev (>= 2.6.0),
  libghc-hspec-dev (<< 2.8),
  libghc-hspec-prof,


=====================================
p/haskell-servant-client-core/debian/patches/newer-deps
=====================================
@@ -0,0 +1,41 @@
+--- 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
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/48cbff3121003eb73e839ee24f46c50af83b1402
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/20200611/4b7170f0/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list