[package-plan] 01/01: Update build-deps for yesod-auth-oauth
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Tue Nov 7 13:12:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository package-plan.
commit e239a8c023064f94be88d512058fa6aaa57961bd
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date: Tue Nov 7 15:09:10 2017 +0200
Update build-deps for yesod-auth-oauth
---
packages.txt | 2 +-
.../1.4.2/bump-authenticate-oauth-bounds.patch | 11 +++++++++++
patches/yesod-auth-oauth/1.4.2/series | 1 +
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 4778090..d690a69 100644
--- a/packages.txt
+++ b/packages.txt
@@ -929,7 +929,7 @@ yaml 0.8.23.3
yesod 1.4.5
yesod-auth 1.4.19
yesod-auth-hashdb 1.6.2
-yesod-auth-oauth 1.4.2 ignore # BROKEN - LTS 8 - needs patching for newer authenticate-oauth
+yesod-auth-oauth 1.4.2
yesod-auth-oauth2 0.2.2 ignore # BROKEN - LTS 8 - needs patching for newer http-client
yesod-bin 1.5.2.5 binary=yesod
yesod-core 1.4.36
diff --git a/patches/yesod-auth-oauth/1.4.2/bump-authenticate-oauth-bounds.patch b/patches/yesod-auth-oauth/1.4.2/bump-authenticate-oauth-bounds.patch
new file mode 100644
index 0000000..ff5f42e
--- /dev/null
+++ b/patches/yesod-auth-oauth/1.4.2/bump-authenticate-oauth-bounds.patch
@@ -0,0 +1,11 @@
+--- 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
diff --git a/patches/yesod-auth-oauth/1.4.2/series b/patches/yesod-auth-oauth/1.4.2/series
new file mode 100644
index 0000000..cd04132
--- /dev/null
+++ b/patches/yesod-auth-oauth/1.4.2/series
@@ -0,0 +1 @@
+bump-authenticate-oauth-bounds.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list