Commit 872f6419 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-yesod-auth-oauth2: patch for newer deps

parent 7f78b677
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-yesod-auth-oauth2 (0.5.2.0-3) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 07 Sep 2019 16:25:51 +0200

haskell-yesod-auth-oauth2 (0.5.2.0-2) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 libghc-aeson-dev (>= 0.6),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-dev (<< 1.5),
 libghc-aeson-prof,
 libghc-errors-dev,
 libghc-errors-prof,
+11 −0
Original line number Diff line number Diff line
--- haskell-yesod-auth-oauth2-0.5.2.0.orig/yesod-auth-oauth2.cabal
+++ haskell-yesod-auth-oauth2-0.5.2.0/yesod-auth-oauth2.cabal
@@ -32,7 +32,7 @@ library
       src
   ghc-options: -Wall
   build-depends:
-      aeson >=0.6 && <1.4
+      aeson >=0.6 && <1.5
     , base >=4.9.0.0 && <5
     , bytestring >=0.9.1.4
     , errors
+1 −0
Original line number Diff line number Diff line
newer-deps