[package-plan] 04/32: aeson-compat works with newer aeson

Sean Whitton spwhitton at spwhitton.name
Sun Sep 3 05:10:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

spwhitton pushed a commit to branch master
in repository package-plan.

commit c690003320346471386123c57c603686f7eb02dd
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sat Sep 2 15:59:09 2017 -0700

    aeson-compat works with newer aeson
---
 patches/aeson-compat/0.3.6/newer-aeson | 20 ++++++++++++++++++++
 patches/aeson-compat/0.3.6/series      |  1 +
 2 files changed, 21 insertions(+)

diff --git a/patches/aeson-compat/0.3.6/newer-aeson b/patches/aeson-compat/0.3.6/newer-aeson
new file mode 100644
index 0000000..2d701b8
--- /dev/null
+++ b/patches/aeson-compat/0.3.6/newer-aeson
@@ -0,0 +1,20 @@
+--- a/aeson-compat.cabal
++++ b/aeson-compat.cabal
+@@ -32,7 +32,7 @@ library
+   build-depends:
+       base                     >=4.6  && <4.10
+     , base-compat              >=0.6.0 && <0.10
+-    , aeson                    >=0.7.0.6 && <1.1
++    , aeson                    >=0.7.0.6 && <1.3
+     , attoparsec               >=0.12 && <0.14
+     , bytestring               >=0.10 && <0.11
+     , containers               >=0.5  && <0.6
+@@ -61,7 +61,7 @@ test-suite aeson-compat-test
+   build-depends:
+       base                     >=4.6  && <4.10
+     , base-compat              >=0.6.0 && <0.10
+-    , aeson                    >=0.7.0.6 && <1.1
++    , aeson                    >=0.7.0.6 && <1.3
+     , attoparsec               >=0.12 && <0.14
+     , bytestring               >=0.10 && <0.11
+     , containers               >=0.5  && <0.6
diff --git a/patches/aeson-compat/0.3.6/series b/patches/aeson-compat/0.3.6/series
index 153ccbe..82bb000 100644
--- a/patches/aeson-compat/0.3.6/series
+++ b/patches/aeson-compat/0.3.6/series
@@ -1,2 +1,3 @@
 no-nats
 newer-quickcheck
+newer-aeson

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list