[Pkg-haskell-commits] darcs: haskell-happstack-authenticate: New upstream version 0.10.5.

Clint Adams clint at debian.org
Mon Jul 15 18:32:07 UTC 2013


Mon Jul 15 18:30:56 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.10.5.

    M ./changelog +6
    M ./control -7 +7
    M ./patches/faster-pwstore.diff -3 +3

Mon Jul 15 18:30:56 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 0.10.5.
diff -rN -u old-haskell-happstack-authenticate/changelog new-haskell-happstack-authenticate/changelog
--- old-haskell-happstack-authenticate/changelog	2013-07-15 18:32:07.401544178 +0000
+++ new-haskell-happstack-authenticate/changelog	2013-07-15 18:32:07.405556236 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-authenticate (0.10.5-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 15 Jul 2013 14:24:23 -0400
+
 haskell-happstack-authenticate (0.10.4-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-happstack-authenticate/control new-haskell-happstack-authenticate/control
--- old-haskell-happstack-authenticate/control	2013-07-15 18:32:07.397544965 +0000
+++ new-haskell-happstack-authenticate/control	2013-07-15 18:32:07.405556236 +0000
@@ -23,7 +23,7 @@
   , libghc-fb-dev (<< 0.15)
   , libghc-fb-prof
   , libghc-happstack-server-dev (>> 6.0)
-  , libghc-happstack-server-dev (<< 7.2)
+  , libghc-happstack-server-dev (<< 7.4)
   , libghc-happstack-server-prof
   , libghc-http-conduit-dev (>> 1.4)
   , libghc-http-conduit-dev (<< 1.10)
@@ -40,14 +40,14 @@
   , libghc-pwstore-fast-prof
   , libghc-quickcheck2-dev
   , libghc-quickcheck2-prof
-  , libghc-reform-dev (>> 0.1)
-  , libghc-reform-dev (<< 0.2)
+  , libghc-reform-dev (>> 0.2)
+  , libghc-reform-dev (<< 0.3)
   , libghc-reform-prof
-  , libghc-reform-blaze-dev (>> 0.1)
-  , libghc-reform-blaze-dev (<< 0.2)
+  , libghc-reform-blaze-dev (>> 0.2)
+  , libghc-reform-blaze-dev (<< 0.3)
   , libghc-reform-blaze-prof
-  , libghc-reform-happstack-dev (>> 0.1)
-  , libghc-reform-happstack-dev (<< 0.2)
+  , libghc-reform-happstack-dev (>> 0.2)
+  , libghc-reform-happstack-dev (<< 0.3)
   , libghc-reform-happstack-prof
   , libghc-safecopy-dev (>> 0.6)
   , libghc-safecopy-prof
diff -rN -u old-haskell-happstack-authenticate/patches/faster-pwstore.diff new-haskell-happstack-authenticate/patches/faster-pwstore.diff
--- old-haskell-happstack-authenticate/patches/faster-pwstore.diff	2013-07-15 18:32:07.361541593 +0000
+++ new-haskell-happstack-authenticate/patches/faster-pwstore.diff	2013-07-15 18:32:07.405556236 +0000
@@ -2,7 +2,7 @@
 
 --- a/happstack-authenticate.cabal
 +++ b/happstack-authenticate.cabal
-@@ -42,7 +42,7 @@
+@@ -44,7 +44,7 @@
                         fb                           >= 0.13 && < 0.15,
                         safecopy                     >= 0.6,
                         mtl                          >= 2.0,
@@ -11,8 +11,8 @@
                         QuickCheck                   >= 2,
                         text                         == 0.11.*,
                         time                         >= 1.2 && < 1.5,
-@@ -51,4 +51,4 @@
-                        reform-happstack             == 0.1.*,
+@@ -53,4 +53,4 @@
+                        reform-happstack             == 0.2.*,
                         unordered-containers         == 0.2.*,
                         web-routes                   >= 0.26 && < 0.28,
 -                       web-routes-happstack         == 0.23.*




More information about the Pkg-haskell-commits mailing list