[package-plan] 05/29: binary-tagged works with newer aeson

Sean Whitton spwhitton at spwhitton.name
Sun Sep 3 01:46:11 UTC 2017


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

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

commit 7c267c368daa7b4142decf93270aeaa48b179908
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sat Sep 2 16:03:15 2017 -0700

    binary-tagged works with newer aeson
---
 patches/binary-tagged/0.1.4.2/newer-aeson | 29 +++++++++++++++++++++++++++++
 patches/binary-tagged/0.1.4.2/series      |  1 +
 2 files changed, 30 insertions(+)

diff --git a/patches/binary-tagged/0.1.4.2/newer-aeson b/patches/binary-tagged/0.1.4.2/newer-aeson
new file mode 100644
index 0000000..bf141b2
--- /dev/null
+++ b/patches/binary-tagged/0.1.4.2/newer-aeson
@@ -0,0 +1,29 @@
+--- a/binary-tagged.cabal
++++ b/binary-tagged.cabal
+@@ -31,7 +31,7 @@ library
+   ghc-options: -Wall
+   build-depends:
+       base                     >=4.7  && <4.10
+-    , aeson                    >=0.8  && <1.1
++    , aeson                    >=0.8  && <1.3
+     , array                    >=0.5  && <0.6
+     , base16-bytestring        >=0.1.1.6 && <0.2
+     , binary                   >=0.7  && <0.9
+@@ -59,7 +59,7 @@ test-suite binary-tagged-test
+   ghc-options: -Wall
+   build-depends:
+       base                     >=4.7  && <4.10
+-    , aeson                    >=0.8  && <1.1
++    , aeson                    >=0.8  && <1.3
+     , array                    >=0.5  && <0.6
+     , base16-bytestring        >=0.1.1.6 && <0.2
+     , binary                   >=0.7  && <0.9
+@@ -95,7 +95,7 @@ benchmark binary-tagged-bench
+   ghc-options: -Wall
+   build-depends:
+       base                     >=4.7  && <4.10
+-    , aeson                    >=0.8  && <1.1
++    , aeson                    >=0.8  && <1.3
+     , array                    >=0.5  && <0.6
+     , base16-bytestring        >=0.1.1.6 && <0.2
+     , binary                   >=0.7  && <0.9
diff --git a/patches/binary-tagged/0.1.4.2/series b/patches/binary-tagged/0.1.4.2/series
index ddd7d5b..27eb997 100644
--- a/patches/binary-tagged/0.1.4.2/series
+++ b/patches/binary-tagged/0.1.4.2/series
@@ -1 +1,2 @@
 no-nats
+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