[Pkg-haskell-commits] darcs: haskell-happstack-authenticate: Update

Clint Adams clint at debian.org
Tue Mar 4 01:42:24 UTC 2014


Tue Mar  4 01:40:30 UTC 2014  Clint Adams <clint at debian.org>
  * Update

    M ./changelog -2 +2
    M ./control -5 +5
    M ./patches/faster-pwstore.diff -2 +2

Tue Mar  4 01:40:30 UTC 2014  Clint Adams <clint at debian.org>
  * Update
diff -rN -u old-haskell-happstack-authenticate/changelog new-haskell-happstack-authenticate/changelog
--- old-haskell-happstack-authenticate/changelog	2014-03-04 01:42:24.156240599 +0000
+++ new-haskell-happstack-authenticate/changelog	2014-03-04 01:42:24.156240599 +0000
@@ -1,4 +1,4 @@
-haskell-happstack-authenticate (0.10.10-1) UNRELEASED; urgency=medium
+haskell-happstack-authenticate (0.10.10-1) unstable; urgency=medium
 
   [ Colin Watson ]
   * Remove newline change from faster-pwstore.diff; it isn't very useful and
@@ -7,7 +7,7 @@
   [ Clint Adams ]
   * New upstream version.
 
- -- Clint Adams <clint at debian.org>  Mon, 03 Mar 2014 12:34:11 -0500
+ -- Clint Adams <clint at debian.org>  Mon, 03 Mar 2014 15:07:42 -0500
 
 haskell-happstack-authenticate (0.10.7-1) unstable; urgency=medium
 
diff -rN -u old-haskell-happstack-authenticate/control new-haskell-happstack-authenticate/control
--- old-haskell-happstack-authenticate/control	2014-03-04 01:42:24.156240599 +0000
+++ new-haskell-happstack-authenticate/control	2014-03-04 01:42:24.156240599 +0000
@@ -12,22 +12,22 @@
   , libghc-acid-state-dev (<< 0.13)
   , libghc-acid-state-prof
   , libghc-aeson-dev (>= 0.4)
-  , libghc-aeson-dev (<< 0.7)
+  , libghc-aeson-dev (<< 0.8)
   , libghc-aeson-prof
   , libghc-authenticate-dev (>= 1.3)
   , libghc-authenticate-dev (<< 1.4)
   , libghc-authenticate-prof
   , libghc-blaze-html-dev (>= 0.5)
-  , libghc-blaze-html-dev (<< 0.7)
+  , libghc-blaze-html-dev (<< 0.8)
   , libghc-blaze-html-prof
   , libghc-fb-dev (>= 0.13)
-  , libghc-fb-dev (<< 0.15)
+  , libghc-fb-dev (<< 0.16)
   , libghc-fb-prof
   , libghc-happstack-server-dev (>= 6.0)
   , libghc-happstack-server-dev (<< 7.4)
   , libghc-happstack-server-prof
   , libghc-http-conduit-dev (>= 1.4)
-  , libghc-http-conduit-dev (<< 1.10)
+  , libghc-http-conduit-dev (<< 2.1)
   , libghc-http-conduit-prof
   , libghc-http-types-dev (>= 0.6)
   , libghc-http-types-dev (<< 0.9)
@@ -53,7 +53,7 @@
   , libghc-safecopy-dev (>= 0.6)
   , libghc-safecopy-prof
   , libghc-text-dev (>= 0.11)
-  , libghc-text-dev (<< 0.12)
+  , libghc-text-dev (<< 1.2)
   , libghc-text-prof
   , libghc-unordered-containers-dev (>= 0.2)
   , libghc-unordered-containers-dev (<< 0.3)
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	2014-03-04 01:42:24.156240599 +0000
+++ new-haskell-happstack-authenticate/patches/faster-pwstore.diff	2014-03-04 01:42:24.156240599 +0000
@@ -3,11 +3,11 @@
 --- a/happstack-authenticate.cabal
 +++ b/happstack-authenticate.cabal
 @@ -44,7 +44,7 @@
-                        fb                           >= 0.13 && < 0.15,
+                        fb                           >= 0.13 && < 0.16,
                         safecopy                     >= 0.6,
                         mtl                          >= 2.0,
 -                       pwstore-purehaskell          == 2.1.*,
 +                       pwstore-fast,
                         QuickCheck                   >= 2,
-                        text                         == 0.11.*,
+                        text                         >= 0.11 && < 1.2,
                         time                         >= 1.2 && < 1.5,




More information about the Pkg-haskell-commits mailing list