[Git][haskell-team/DHG_packages][master] authenticate-oauth: patch for newer base64-bytestring

Clint Adams gitlab at salsa.debian.org
Sat Jun 13 18:26:18 BST 2020



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


Commits:
71998fa4 by Clint Adams at 2020-06-13T13:25:52-04:00
authenticate-oauth: patch for newer base64-bytestring

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-authenticate-oauth/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-authenticate-oauth (1.6.0.1-2) unstable; urgency=medium
+
+  * Patch for newer base64-bytestring.
+
+ -- Clint Adams <clint at debian.org>  Sat, 13 Jun 2020 13:25:43 -0400
+
 haskell-authenticate-oauth (1.6.0.1-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-authenticate-oauth/debian/control
=====================================
@@ -18,8 +18,7 @@ Build-Depends:
  libghc-sha-dev (<< 1.7),
  libghc-sha-prof,
  libghc-base64-bytestring-dev (>= 0.1),
- libghc-base64-bytestring-dev (<< 1.1),
- libghc-base64-bytestring-dev (>= 0.1),
+ libghc-base64-bytestring-dev (<< 1.2),
  libghc-base64-bytestring-prof,
  libghc-blaze-builder-dev,
  libghc-blaze-builder-prof,
@@ -34,11 +33,7 @@ Build-Depends:
  libghc-http-types-prof,
  libghc-random-dev,
  libghc-random-prof,
- libghc-rsa-dev (<< 2.4),
- libghc-rsa-dev (>= 2.0),
  libghc-rsa-prof,
- libghc-sha-dev (<< 1.7),
- libghc-sha-dev (>= 1.4),
  libghc-sha-prof,
  libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,


=====================================
p/haskell-authenticate-oauth/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/authenticate-oauth.cabal
++++ b/authenticate-oauth.cabal
+@@ -22,7 +22,7 @@
+                    , RSA                           >= 2.0      && < 2.5
+                    , time
+                    , data-default
+-                   , base64-bytestring             >= 0.1      && < 1.1
++                   , base64-bytestring             >= 0.1      && < 1.2
+                    , SHA                           >= 1.4      && < 1.7
+                    , random
+                    , http-types                    >= 0.6


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/71998fa44c1acbe0a2217a96bead82930a180a33
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/20200613/f0df2d57/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list