[Pkg-haskell-commits] darcs: haskell-yesod-auth-oauth: Drop patches
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 15:22:52 UTC 2014
Mon Dec 22 10:26:32 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Drop patches
R ./patches/newer-yesod-auth.diff
R ./patches/series
R ./patches/
Mon Dec 22 10:26:32 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Drop patches
diff -rN -u old-haskell-yesod-auth-oauth/patches/newer-yesod-auth.diff new-haskell-yesod-auth-oauth/patches/newer-yesod-auth.diff
--- old-haskell-yesod-auth-oauth/patches/newer-yesod-auth.diff 2014-12-22 15:22:52.443041679 +0000
+++ new-haskell-yesod-auth-oauth/patches/newer-yesod-auth.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
---- 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 -rN -u old-haskell-yesod-auth-oauth/patches/series new-haskell-yesod-auth-oauth/patches/series
--- old-haskell-yesod-auth-oauth/patches/series 2014-12-22 15:22:52.439041676 +0000
+++ new-haskell-yesod-auth-oauth/patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-newer-yesod-auth.diff
More information about the Pkg-haskell-commits
mailing list