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

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


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

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

Mon Mar 11 13:11:02 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Cater for bogus persistent version
  Ignore-this: 534cccac54e1c48d869b965eefad9888
diff -rN -u old-haskell-yesod-persistent//changelog new-haskell-yesod-persistent//changelog
--- old-haskell-yesod-persistent//changelog	2013-03-11 15:03:29.710023661 +0000
+++ new-haskell-yesod-persistent//changelog	2013-03-11 15:03:29.730029216 +0000
@@ -1,21 +1,3 @@
-haskell-yesod-persistent (1.1.0.1-1) experimental; urgency=low
-
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Thu, 03 Jan 2013 21:01:48 -0500
-
-haskell-yesod-persistent (1.1.0-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 12:52:56 -0400
-
 haskell-yesod-persistent (1.0.0.1-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-yesod-persistent//control new-haskell-yesod-persistent//control
--- old-haskell-yesod-persistent//control	2013-03-11 15:03:29.674026332 +0000
+++ new-haskell-yesod-persistent//control	2013-03-11 15:03:29.730029216 +0000
@@ -8,8 +8,8 @@
   , haskell-devscripts (>= 0.8.13)
   , ghc
   , ghc-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