[Pkg-haskell-commits] darcs: haskell-yesod-auth-oauth: New upstream release

Joachim Breitner mail at joachim-breitner.de
Wed Apr 10 09:05:21 UTC 2013


Wed Apr 10 08:55:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 73438f729e2b01fb9c57a2a50511e1a5

    M ./changelog +6
    M ./control -1 +5
    R ./patches/
    R ./patches/newer-bytestring.diff
    R ./patches/series

Wed Apr 10 08:55:00 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 73438f729e2b01fb9c57a2a50511e1a5
diff -rN -u old-haskell-yesod-auth-oauth//changelog new-haskell-yesod-auth-oauth//changelog
--- old-haskell-yesod-auth-oauth//changelog	2013-04-10 09:05:20.987022228 +0000
+++ new-haskell-yesod-auth-oauth//changelog	2013-04-10 09:05:21.003023313 +0000
@@ -1,3 +1,9 @@
+haskell-yesod-auth-oauth (1.1.0.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 10 Apr 2013 10:48:11 +0200
+
 haskell-yesod-auth-oauth (1.1.0.0-1) experimental; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-yesod-auth-oauth//control new-haskell-yesod-auth-oauth//control
--- old-haskell-yesod-auth-oauth//control	2013-04-10 09:05:20.987022228 +0000
+++ new-haskell-yesod-auth-oauth//control	2013-04-10 09:05:20.991026394 +0000
@@ -24,8 +24,11 @@
                , libghc-yesod-core-dev (<< 1.2)
                , libghc-yesod-core-prof
                , libghc-yesod-form-dev (>> 1.1)
-               , libghc-yesod-form-dev (<< 1.2)
+               , libghc-yesod-form-dev (<< 1.3)
                , libghc-yesod-form-prof
+               , libghc-lifted-base-dev (>= 0.2)
+               , libghc-lifted-base-dev (<< 0.3)
+               , libghc-lifted-base-prof
 Build-Depends-Indep: ghc-doc
                      , libghc-authenticate-oauth-doc
                      , libghc-text-doc
@@ -33,6 +36,7 @@
                      , libghc-yesod-auth-doc
                      , libghc-yesod-core-doc
                      , libghc-yesod-form-doc
+                     , libghc-lifted-base-prof
 Standards-Version: 3.9.4
 Homepage: http://www.yesodweb.com/
 
diff -rN -u old-haskell-yesod-auth-oauth//patches/newer-bytestring.diff new-haskell-yesod-auth-oauth//patches/newer-bytestring.diff
--- old-haskell-yesod-auth-oauth//patches/newer-bytestring.diff	2013-04-10 09:05:20.963022882 +0000
+++ new-haskell-yesod-auth-oauth//patches/newer-bytestring.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-Index: yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal
-===================================================================
---- yesod-auth-oauth-1.1.0.0.orig/yesod-auth-oauth.cabal	2012-08-25 05:53:25.000000000 +0000
-+++ yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal	2012-10-22 03:02:22.644883617 +0000
-@@ -21,7 +21,7 @@
-     else
-         build-depends:   base                >= 4         && < 4.3
-     build-depends:   authenticate-oauth      >= 1.4       && < 1.5
--                   , bytestring              >= 0.9.1.4   && < 0.10
-+                   , bytestring              >= 0.9.1.4   && < 0.11
-                    , yesod-core              >= 1.1       && < 1.2
-                    , yesod-auth              >= 1.1       && < 1.2
-                    , text                    >= 0.7       && < 0.12
diff -rN -u old-haskell-yesod-auth-oauth//patches/series new-haskell-yesod-auth-oauth//patches/series
--- old-haskell-yesod-auth-oauth//patches/series	2013-04-10 09:05:20.963022882 +0000
+++ new-haskell-yesod-auth-oauth//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-newer-bytestring.diff





More information about the Pkg-haskell-commits mailing list