Commit 1a149031 authored by Clint Adams's avatar Clint Adams
Browse files

hoauth2: Upgrading from 1.7.2 to 1.8.7

parent a931b3a2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hoauth2 (1.8.7-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 03 Nov 2019 14:05:48 -0500

haskell-hoauth2 (1.7.2-5) unstable; urgency=medium

  * Patch for newer aeson
+3 −3
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@ Rules-Requires-Root: no
Build-Depends:
 cdbs,
 debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 0.11),
 libghc-aeson-dev (>= 1.0.0.0),
 libghc-aeson-dev (<< 1.5),
 libghc-aeson-prof,
 libghc-exceptions-dev (>= 0.8.3),
@@ -47,7 +47,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-unordered-containers-doc,
 libghc-uri-bytestring-doc,
 libghc-uri-bytestring-aeson-doc,
Standards-Version: 4.2.1
Standards-Version: 4.4.1
Homepage: https://github.com/freizl/hoauth2
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hoauth2
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hoauth2]
+0 −19
Original line number Diff line number Diff line
Index: haskell-hoauth2-1.7.2/hoauth2.cabal
===================================================================
--- haskell-hoauth2-1.7.2.orig/hoauth2.cabal
+++ haskell-hoauth2-1.7.2/hoauth2.cabal
@@ -77,12 +77,12 @@ Library
                  bytestring           >= 0.9   && < 0.11,
                  http-conduit         >= 2.1   && < 2.4,
                  http-types           >= 0.11   && < 0.13,
-                 aeson                >= 0.11  && < 1.4,
+                 aeson                >= 0.11  && < 1.5,
                  unordered-containers >= 0.2.5,
                  uri-bytestring       >= 0.2.3.1 && < 0.4,
                  uri-bytestring-aeson >= 0.1   && < 0.2,
                  microlens            >= 0.4.0 && < 0.5,
-                 exceptions           >= 0.8.3 && < 0.10
+                 exceptions           >= 0.8.3 && < 0.11
 
   if impl(ghc >= 6.12.0)
       ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+0 −1
Original line number Diff line number Diff line
newer-deps