[Git][haskell-team/DHG_packages][master] microstache: patch for newer aeson and base

Clint Adams gitlab at salsa.debian.org
Sat Jun 6 00:06:11 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
af3441c5 by Clint Adams at 2020-06-05T19:05:19-04:00
microstache: patch for newer aeson and base

- - - - -


2 changed files:

- p/haskell-microstache/debian/changelog
- p/haskell-microstache/debian/patches/newer-deps


Changes:

=====================================
p/haskell-microstache/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-microstache (1.0.1.1-7) unstable; urgency=medium
+
+  * Patch for newer base and aeson.
+
+ -- Clint Adams <clint at debian.org>  Fri, 05 Jun 2020 19:04:59 -0400
+
 haskell-microstache (1.0.1.1-6) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-microstache/debian/patches/newer-deps
=====================================
@@ -1,8 +1,6 @@
-Index: b/microstache.cabal
-===================================================================
 --- a/microstache.cabal
 +++ b/microstache.cabal
-@@ -32,7 +32,9 @@ tested-with:
+@@ -32,7 +32,9 @@
    GHC==7.8.4,
    GHC==7.10.3,
    GHC==8.0.2,
@@ -13,14 +11,14 @@ Index: b/microstache.cabal
  
  source-repository head
    type:               git
-@@ -40,10 +42,10 @@ source-repository head
+@@ -40,10 +42,10 @@
  
  library
    build-depends:
 -    aeson                  >=0.11    && < 1.3,
 -    base                   >=4.5     && < 5.0,
-+    aeson                  >=0.11    && < 1.5,
-+    base                   >=4.5     && < 4.13,
++    aeson                  >=0.11    && < 1.6,
++    base                   >=4.5     && < 4.15,
      bytestring             >=0.9.2.1 && < 0.11,
 -    containers             >=0.4.2.1 && < 0.6,
 +    containers             >=0.4.2.1 && < 0.7,



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/af3441c50a7f9a500ce7e9df23233882a6348ea3
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/20200605/2de543c9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list