[Git][haskell-team/DHG_packages][master] happstack-authenticate: Patch for newer aeson

Ilias Tsitsimpis gitlab at salsa.debian.org
Mon Nov 5 21:03:38 GMT 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
57b57a17 by Ilias Tsitsimpis at 2018-11-05T20:58:05Z
happstack-authenticate: Patch for newer aeson

- - - - -


4 changed files:

- p/haskell-happstack-authenticate/debian/changelog
- p/haskell-happstack-authenticate/debian/control
- + p/haskell-happstack-authenticate/debian/patches/newer-aeson
- p/haskell-happstack-authenticate/debian/patches/series


Changes:

=====================================
p/haskell-happstack-authenticate/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-happstack-authenticate (2.3.4.11-4) unstable; urgency=medium
+
+  * Patch for newer aeson
+
+ -- Ilias Tsitsimpis <iliastsi at 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)


=====================================
p/haskell-happstack-authenticate/debian/control
=====================================
@@ -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),


=====================================
p/haskell-happstack-authenticate/debian/patches/newer-aeson
=====================================
@@ -0,0 +1,13 @@
+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,


=====================================
p/haskell-happstack-authenticate/debian/patches/series
=====================================
@@ -1 +1,2 @@
 use-pwstore-fast.patch
+newer-aeson



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/57b57a173aba7b1cdd31b2dff4e23ff739e619d1

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/57b57a173aba7b1cdd31b2dff4e23ff739e619d1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181105/f84f88f2/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list