[Pkg-haskell-commits] darcs: haskell-yesod-auth: Cater for bogus persistent version

Joachim Breitner mail at joachim-breitner.de
Mon Mar 11 15:04:59 UTC 2013


Mon Mar 11 13:40:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Cater for bogus persistent version
  Ignore-this: ed1db13efa6169f34071c95e185aa775

    M! ./changelog -39 +3
    M! ./control -3 +3

Mon Mar 11 13:40:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Cater for bogus persistent version
  Ignore-this: ed1db13efa6169f34071c95e185aa775
diff -rN -u old-haskell-yesod-auth//changelog new-haskell-yesod-auth//changelog
--- old-haskell-yesod-auth//changelog	2013-03-11 15:04:59.082523639 +0000
+++ new-haskell-yesod-auth//changelog	2013-03-11 15:04:59.098526416 +0000
@@ -1,39 +1,3 @@
-haskell-yesod-auth (1.1.4.1-1) UNRELEASED; urgency=low
-
-  * New upstream release
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 09 Feb 2013 12:23:37 +0100
-
-haskell-yesod-auth (1.1.3-1) experimental; urgency=low
-
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Thu, 03 Jan 2013 21:22:29 -0500
-
-haskell-yesod-auth (1.1.1.7-1) experimental; urgency=low
-
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Mon, 26 Nov 2012 23:22:23 -0500
-
-haskell-yesod-auth (1.1.1.6-1) experimental; urgency=low
-
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Sun, 18 Nov 2012 14:47:53 -0500
-
-haskell-yesod-auth (1.1.1.3-1) experimental; urgency=low
-
-  [ Joachim Breitner ]
-  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
-    against experimental
-  * Bump standards version, no change
-
-  [ Clint Adams ]
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Sun, 21 Oct 2012 15:01:57 -0400
-
 haskell-yesod-auth (1.0.2.1-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-yesod-auth//control new-haskell-yesod-auth//control
--- old-haskell-yesod-auth//control	2013-03-11 15:04:59.029521427 +0000
+++ new-haskell-yesod-auth//control	2013-03-11 15:04:59.098526416 +0000
@@ -33,8 +33,8 @@
   , libghc-mime-mail-dev (>> 0.3)
   , libghc-mime-mail-dev (<< 0.5)
   , libghc-mime-mail-prof
-  , libghc-persistent-dev (>> 1.0)
-  , libghc-persistent-dev (<< 1.2)
+  , libghc-persistent-dev (>> 0.9)
+  , libghc-persistent-dev (<< 0.10)
   , libghc-persistent-prof
   , libghc-persistent-template-dev (>> 1.0)
   , libghc-persistent-template-dev (<< 1.2)





More information about the Pkg-haskell-commits mailing list