Commit 99d8cf3c authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-happstack-authenticate: update to new upstream release

parent fec12b9c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-happstack-authenticate (2.4.0-1) unstable; urgency=medium

  * New upstream release, drop patches included upstream

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 07 Sep 2019 12:04:15 +0200

haskell-happstack-authenticate (2.3.4.11-4) unstable; urgency=medium

  * Patch for newer aeson
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Build-Depends:
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-acid-state-dev (<< 0.15),
 libghc-acid-state-dev (<< 0.16),
 libghc-acid-state-dev (>= 0.6),
 libghc-acid-state-prof,
 libghc-aeson-dev (<= 1.5),
@@ -61,11 +61,11 @@ Build-Depends:
 libghc-jmacro-dev (<< 0.7),
 libghc-jmacro-dev (>= 0.6.11),
 libghc-jmacro-prof,
 libghc-jwt-dev (<< 0.8),
 libghc-jwt-dev (<< 0.11),
 libghc-jwt-dev (>= 0.3),
 libghc-jwt-prof,
 libghc-lens-dev (>= 4.2),
 libghc-lens-dev (<< 4.17),
 libghc-lens-dev (<< 4.18),
 libghc-lens-prof,
 libghc-mime-mail-dev (<< 0.5),
 libghc-mime-mail-dev (>= 0.4),
+0 −13
Original line number Diff line number Diff line
Index: b/happstack-authenticate.cabal
===================================================================
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
@@ -43,7 +43,7 @@ Library
 
   Build-depends:       base                         > 4     && < 5,
                        acid-state                   >= 0.6  && < 0.15,
-                       aeson                        (>= 0.4  && < 0.10) || (>= 0.11 && < 1.3),
+                       aeson                        (>= 0.4  && < 0.10) || (>= 0.11 && < 1.5),
                        authenticate                 == 1.3.*,
                        base64-bytestring            >= 1.0  && < 1.1,
                        boomerang                    >= 1.4  && < 1.5,
+0 −1
Original line number Diff line number Diff line
use-pwstore-fast.patch
newer-aeson
+6 −4
Original line number Diff line number Diff line
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
Index: haskell-happstack-authenticate-2.4.0/happstack-authenticate.cabal
===================================================================
--- haskell-happstack-authenticate-2.4.0.orig/happstack-authenticate.cabal
+++ haskell-happstack-authenticate-2.4.0/happstack-authenticate.cabal
@@ -67,7 +67,7 @@
                        mime-mail                    >= 0.4  && < 0.5,
                        mime-mail                    >= 0.4  && < 0.6,
                        mtl                          >= 2.0  && < 2.3,
                        lens                         >= 4.2  && < 4.17,
                        lens                         >= 4.2  && < 4.18,
-                       pwstore-purehaskell          == 2.1.*,
+                       pwstore-fast,
                        text                         >= 0.11 && < 1.3,