Commit 96b461a6 authored by Clint Adams's avatar Clint Adams
Browse files

yesod-auth-oauth: Upgrading from 1.4.2 to 1.6.0

parent a8b0beb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-yesod-auth-oauth (1.6.0-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sat, 21 Apr 2018 22:22:36 -0400

haskell-yesod-auth-oauth (1.4.2-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −20
Original line number Diff line number Diff line
@@ -12,31 +12,31 @@ Build-Depends:
 haskell-devscripts (>= 0.13),
 libghc-authenticate-oauth-dev (<< 1.7),
 libghc-authenticate-oauth-dev (>= 1.5),
 libghc-authenticate-oauth-dev (<< 1.7),
 libghc-authenticate-oauth-prof,
 libghc-lifted-base-dev (<< 0.3),
 libghc-lifted-base-dev (>= 0.2),
 libghc-lifted-base-prof,
 libghc-text-dev (>= 0.7),
 libghc-text-prof,
 libghc-yesod-auth-dev (<< 1.5),
 libghc-yesod-auth-dev (>= 1.4),
 libghc-unliftio-dev,
 libghc-unliftio-prof,
 libghc-yesod-auth-dev (>= 1.6),
 libghc-yesod-auth-dev (<< 1.7),
 libghc-yesod-auth-prof,
 libghc-yesod-core-dev (<< 1.5),
 libghc-yesod-core-dev (>= 1.4),
 libghc-yesod-core-dev (>= 1.6),
 libghc-yesod-core-dev (<< 1.7),
 libghc-yesod-core-prof,
 libghc-yesod-form-dev (<< 1.5),
 libghc-yesod-form-dev (>= 1.4),
 libghc-yesod-form-dev (>= 1.6),
 libghc-yesod-form-dev (<< 1.7),
 libghc-yesod-form-prof,
Build-Depends-Indep:
 ghc-doc,
 libghc-authenticate-oauth-doc,
 libghc-lifted-base-doc,
 libghc-text-doc,
 libghc-unliftio-doc,
 libghc-yesod-auth-doc,
 libghc-yesod-core-doc,
 libghc-yesod-form-doc,
Standards-Version: 4.1.4
Homepage: http://www.yesodweb.com/
Homepage: https://www.yesodweb.com/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-yesod-auth-oauth
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git

@@ -54,9 +54,6 @@ Provides:
 ${haskell:Provides},
Description: OAuth Authentication for Yesod
 OAuth authentication for Yesod.
 .
  Author: Hiromi Ishii
  Upstream-Maintainer: Hiromi Ishii
 .
 This package contains the normal library files.

@@ -73,9 +70,6 @@ Provides:
 ${haskell:Provides},
Description: OAuth Authentication for Yesod; profiling libraries
 OAuth authentication for Yesod.
 .
  Author: Hiromi Ishii
  Upstream-Maintainer: Hiromi Ishii
 .
 This package contains the libraries compiled with profiling enabled.

@@ -91,8 +85,5 @@ Suggests:
 ${haskell:Suggests},
Description: OAuth Authentication for Yesod; documentation
 OAuth authentication for Yesod.
 .
  Author: Hiromi Ishii
  Upstream-Maintainer: Hiromi Ishii
 .
 This package contains the documentation files.
+0 −11
Original line number Diff line number Diff line
--- haskell-yesod-auth-oauth-1.4.2.orig/yesod-auth-oauth.cabal
+++ haskell-yesod-auth-oauth-1.4.2/yesod-auth-oauth.cabal
@@ -21,7 +21,7 @@ library
         cpp-options:     -DGHC7
     else
         build-depends:   base                >= 4         && < 4.3
-    build-depends:   authenticate-oauth      >= 1.5       && < 1.6
+    build-depends:   authenticate-oauth      >= 1.5       && < 1.7
                    , bytestring              >= 0.9.1.4
                    , yesod-core              >= 1.4       && < 1.5
                    , yesod-auth              >= 1.4       && < 1.5
+0 −1
Original line number Diff line number Diff line
bump-authenticate-oauth-bounds.patch