summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-auth-oauth
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2014-06-10 17:54:41 +0400
committerClint Adams <clint@debian.org>2014-06-10 17:54:41 +0400
commitfed692001813ed90c7f3122a3d196d149167460b (patch)
tree5d6f653f0abadbe8c0eb6ce88cb576c6679846de /p/haskell-yesod-auth-oauth
parent13a4c7ab096519ab112a2c8c1fc4a07230bfd102 (diff)
downloadDHG_packages-fed692001813ed90c7f3122a3d196d149167460b.tar.gz
haskell-yesod-auth-oauth: staging conduit 1.1 transition
Diffstat (limited to 'p/haskell-yesod-auth-oauth')
-rw-r--r--p/haskell-yesod-auth-oauth/debian/changelog8
-rw-r--r--p/haskell-yesod-auth-oauth/debian/control6
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/newer-yesod-auth.diff22
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/series1
4 files changed, 32 insertions, 5 deletions
diff --git a/p/haskell-yesod-auth-oauth/debian/changelog b/p/haskell-yesod-auth-oauth/debian/changelog
index f99639447..d8fc5ae33 100644
--- a/p/haskell-yesod-auth-oauth/debian/changelog
+++ b/p/haskell-yesod-auth-oauth/debian/changelog
@@ -1,8 +1,12 @@
-haskell-yesod-auth-oauth (1.2.0-2) UNRELEASED; urgency=low
+haskell-yesod-auth-oauth (1.2.0-2) unstable; urgency=medium
+ [ Joachim Breitner ]
* Adjust watch file to new hackage layout
- -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:22:18 +0200
+ [ Clint Adams ]
+ * Patch for newer yesod-auth.
+
+ -- Clint Adams <clint@debian.org> Tue, 10 Jun 2014 07:27:35 -0400
haskell-yesod-auth-oauth (1.2.0-1) unstable; urgency=low
diff --git a/p/haskell-yesod-auth-oauth/debian/control b/p/haskell-yesod-auth-oauth/debian/control
index 110db4579..22280b06d 100644
--- a/p/haskell-yesod-auth-oauth/debian/control
+++ b/p/haskell-yesod-auth-oauth/debian/control
@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9)
, libghc-transformers-dev (>> 0.2.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
- , libghc-yesod-auth-dev (>> 1.2)
- , libghc-yesod-auth-dev (<< 1.3)
+ , libghc-yesod-auth-dev (>= 1.3)
+ , libghc-yesod-auth-dev (<< 1.4)
, libghc-yesod-auth-prof
, libghc-yesod-core-dev (>> 1.2)
, libghc-yesod-core-dev (<< 1.3)
@@ -37,7 +37,7 @@ Build-Depends-Indep: ghc-doc
, libghc-yesod-core-doc
, libghc-yesod-form-doc
, libghc-lifted-base-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.yesodweb.com/
Package: libghc-yesod-auth-oauth-dev
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/newer-yesod-auth.diff b/p/haskell-yesod-auth-oauth/debian/patches/newer-yesod-auth.diff
new file mode 100644
index 000000000..d50c692f8
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/newer-yesod-auth.diff
@@ -0,0 +1,22 @@
+--- a/yesod-auth-oauth.cabal
++++ b/yesod-auth-oauth.cabal
+@@ -23,7 +23,7 @@
+ build-depends: authenticate-oauth >= 1.4 && < 1.5
+ , bytestring >= 0.9.1.4
+ , yesod-core >= 1.2 && < 1.3
+- , yesod-auth >= 1.2 && < 1.3
++ , yesod-auth >= 1.3 && < 1.4
+ , text >= 0.7 && < 0.12
+ , yesod-form >= 1.3 && < 1.4
+ , transformers >= 0.2.2 && < 0.4
+--- a/Yesod/Auth/OAuth.hs
++++ b/Yesod/Auth/OAuth.hs
+@@ -72,7 +72,7 @@
+ master <- getYesod
+ accTok <- getAccessToken oauth reqTok (authHttpManager master)
+ creds <- liftIO $ mkCreds accTok
+- setCreds True creds
++ setCredsRedirect creds
+ dispatch _ _ = notFound
+ login tm = do
+ render <- getUrlRender
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/series b/p/haskell-yesod-auth-oauth/debian/patches/series
new file mode 100644
index 000000000..f56ad31e1
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/series
@@ -0,0 +1 @@
+newer-yesod-auth.diff