Commit 57b57a17 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

happstack-authenticate: Patch for newer aeson

parent 72494f6b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-happstack-authenticate (2.3.4.11-4) unstable; urgency=medium

  * Patch for newer aeson

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Mon, 05 Nov 2018 22:57:57 +0200

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

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Build-Depends:
 libghc-acid-state-dev (<< 0.15),
 libghc-acid-state-dev (>= 0.6),
 libghc-acid-state-prof,
 libghc-aeson-dev,
 libghc-aeson-dev (<= 1.5),
 libghc-aeson-prof,
 libghc-authenticate-dev (<< 1.4),
 libghc-authenticate-dev (>= 1.3),
+13 −0
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,
+1 −0
Original line number Diff line number Diff line
use-pwstore-fast.patch
newer-aeson