[DHG_packages] 01/01: binary-orphans: upstream patch to build with newer aeson, QuickCheck, semigroups, tagged
Clint Adams
clint at moszumanska.debian.org
Thu Sep 29 14:50:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 58df9ac69ebfd0ab07c42a92c07e92bb3026d294
Author: Clint Adams <clint at debian.org>
Date: Thu Sep 29 10:47:40 2016 -0400
binary-orphans: upstream patch to build with newer aeson, QuickCheck, semigroups, tagged
---
p/haskell-binary-orphans/debian/changelog | 7 +++
p/haskell-binary-orphans/debian/control | 8 ++--
p/haskell-binary-orphans/debian/patches/newer-deps | 55 ++++++++++++++++++++++
p/haskell-binary-orphans/debian/patches/series | 1 +
4 files changed, 67 insertions(+), 4 deletions(-)
diff --git a/p/haskell-binary-orphans/debian/changelog b/p/haskell-binary-orphans/debian/changelog
index 3d274e4..cadbf40 100644
--- a/p/haskell-binary-orphans/debian/changelog
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -1,3 +1,10 @@
+haskell-binary-orphans (0.1.5.1-2) unstable; urgency=medium
+
+ * Upstream patch to build with newer aeson, QuickCheck,
+ semigroups, tagged.
+
+ -- Clint Adams <clint at debian.org> Thu, 29 Sep 2016 10:46:49 -0400
+
haskell-binary-orphans (0.1.5.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-binary-orphans/debian/control b/p/haskell-binary-orphans/debian/control
index ba7b80e..35ac116 100644
--- a/p/haskell-binary-orphans/debian/control
+++ b/p/haskell-binary-orphans/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 0.11.3),
+ libghc-aeson-dev (<< 1.1),
libghc-aeson-prof,
libghc-case-insensitive-dev (>= 1.2.0.4),
libghc-case-insensitive-dev (<< 1.2.1),
@@ -21,10 +21,10 @@ Build-Depends: debhelper (>= 9),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
libghc-semigroups-dev (>= 0.16.2.2),
- libghc-semigroups-dev (<< 0.18.2),
+ libghc-semigroups-dev (<< 0.18.3),
libghc-semigroups-prof,
libghc-tagged-dev (>= 0.7.3),
- libghc-tagged-dev (<< 0.8.5),
+ libghc-tagged-dev (<< 0.8.6),
libghc-tagged-prof,
libghc-text-dev (>= 1.2.0.6),
libghc-text-dev (<< 1.3),
@@ -42,7 +42,7 @@ Build-Depends: debhelper (>= 9),
libghc-vector-binary-instances-dev (<< 0.3),
libghc-vector-binary-instances-prof,
libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.9.2),
+ libghc-quickcheck2-dev (<< 2.9.3),
libghc-quickcheck-instances-dev (>= 0.3.11),
libghc-quickcheck-instances-dev (<< 0.3.13),
libghc-tasty-dev (>= 0.10.1.2),
diff --git a/p/haskell-binary-orphans/debian/patches/newer-deps b/p/haskell-binary-orphans/debian/patches/newer-deps
new file mode 100644
index 0000000..39587bc
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/newer-deps
@@ -0,0 +1,55 @@
+--- a/binary-orphans.cabal
++++ b/binary-orphans.cabal
+@@ -31,12 +31,12 @@
+ ghc-options: -Wall -fno-warn-orphans
+ build-depends:
+ base >=4.6.0.1 && <4.10
+- , aeson >=0.7.0.6 && <0.11.3
++ , aeson >=0.7.0.6 && <1.1
+ , binary >=0.5.1.1 && <0.8.5
+ , case-insensitive >=1.2.0.4 && <1.2.1
+ , hashable >=1.2.3.3 && <1.3
+ , scientific >=0.3.3.8 && <0.4
+- , tagged >=0.7.3 && <0.8.5
++ , tagged >=0.7.3 && <0.8.6
+ , text >=1.2.0.6 && <1.3
+ , time >=1.4.0.1 && <1.6.1
+ , unordered-containers >=0.2.5.1 && <0.3
+@@ -45,7 +45,7 @@
+ , vector-binary-instances >=0.2.1.0 && <0.3
+ if !impl(ghc >= 8.0)
+ build-depends:
+- semigroups >=0.16.2.2 && <0.18.2
++ semigroups >=0.16.2.2 && <0.18.3
+ if !impl(ghc >= 7.10)
+ build-depends:
+ void >=0.7 && <0.8
+@@ -62,24 +62,24 @@
+ ghc-options: -Wall -fno-warn-orphans
+ build-depends:
+ base >=4.6.0.1 && <4.10
+- , aeson >=0.7.0.6 && <0.11.3
++ , aeson >=0.7.0.6 && <1.1
+ , binary >=0.5.1.1 && <0.8.5
+ , case-insensitive >=1.2.0.4 && <1.2.1
+ , hashable >=1.2.3.3 && <1.3
+ , scientific >=0.3.3.8 && <0.4
+- , tagged >=0.7.3 && <0.8.5
++ , tagged >=0.7.3 && <0.8.6
+ , text >=1.2.0.6 && <1.3
+ , time >=1.4.0.1 && <1.6.1
+ , unordered-containers >=0.2.5.1 && <0.3
+ , vector >=0.10.12.3 && <0.12
+ , binary-orphans
+- , QuickCheck >=2.7 && <2.9.2
++ , QuickCheck >=2.7 && <2.9.3
+ , quickcheck-instances >=0.3.11 && <0.3.13
+ , tasty >=0.10.1.2 && <0.12
+ , tasty-quickcheck >=0.8.3.2 && <0.9
+ if !impl(ghc >= 8.0)
+ build-depends:
+- semigroups >=0.16.2.2 && <0.18.2
++ semigroups >=0.16.2.2 && <0.18.3
+ if !impl(ghc >= 7.10)
+ build-depends:
+ void >=0.7 && <0.8
diff --git a/p/haskell-binary-orphans/debian/patches/series b/p/haskell-binary-orphans/debian/patches/series
new file mode 100644
index 0000000..58889b7
--- /dev/null
+++ b/p/haskell-binary-orphans/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list