Commit c9dc5833 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-hoauth2: patch for newer aeson

parent 99d8cf3c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hoauth2 (1.7.2-5) unstable; urgency=medium

  * Patch for newer aeson

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 07 Sep 2019 15:58:18 +0200

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

  * Patch for newer exceptions.
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 0.11),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-dev (<< 1.5),
 libghc-aeson-prof,
 libghc-exceptions-dev (>= 0.8.3),
 libghc-exceptions-dev (<< 0.11),
+19 −0
Original line number Diff line number Diff line
--- a/hoauth2.cabal
+++ b/hoauth2.cabal
@@ -82,7 +82,7 @@
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,
+1 −1
Original line number Diff line number Diff line
newer-exceptions
newer-deps