[package-plan] 21/29: aeson-compat works with newer vector
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 3 01:46:13 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 df60da7c1113f0750f1ccc39caeb6882cb4774fd
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sat Sep 2 18:08:37 2017 -0700
aeson-compat works with newer vector
---
patches/aeson-compat/0.3.6/newer-vector | 20 ++++++++++++++++++++
patches/aeson-compat/0.3.6/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/patches/aeson-compat/0.3.6/newer-vector b/patches/aeson-compat/0.3.6/newer-vector
new file mode 100644
index 0000000..320e8d4
--- /dev/null
+++ b/patches/aeson-compat/0.3.6/newer-vector
@@ -0,0 +1,20 @@
+--- a/aeson-compat.cabal
++++ b/aeson-compat.cabal
+@@ -43,7 +43,7 @@ library
+ , time >=1.4.2 && <1.7
+ , time-locale-compat >=0.1.0.1 && <0.2
+ , unordered-containers >=0.2 && <0.3
+- , vector >=0.10 && <0.12
++ , vector >=0.10 && <0.13
+ , semigroups >=0.16.2.2 && <0.19
+ , tagged >=0.7.3 && <0.9
+ exposed-modules:
+@@ -72,7 +72,7 @@ test-suite aeson-compat-test
+ , time >=1.4.2 && <1.7
+ , time-locale-compat >=0.1.0.1 && <0.2
+ , unordered-containers >=0.2 && <0.3
+- , vector >=0.10 && <0.12
++ , vector >=0.10 && <0.13
+ , semigroups >=0.16.2.2 && <0.19
+ , tagged >=0.7.3 && <0.9
+ , aeson-compat
diff --git a/patches/aeson-compat/0.3.6/series b/patches/aeson-compat/0.3.6/series
index 82bb000..46bb016 100644
--- a/patches/aeson-compat/0.3.6/series
+++ b/patches/aeson-compat/0.3.6/series
@@ -1,3 +1,4 @@
no-nats
newer-quickcheck
newer-aeson
+newer-vector
--
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