[DHG_packages] 01/01: binary-tagged: patch for newer deps from Hackage
Clint Adams
clint at moszumanska.debian.org
Wed Oct 4 23:18:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit f315abaad737ff57acf3141b146bb89b8a68e55d
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 4 19:17:44 2017 -0400
binary-tagged: patch for newer deps from Hackage
---
p/haskell-binary-tagged/debian/changelog | 6 ++
p/haskell-binary-tagged/debian/control | 6 +-
.../debian/patches/newer-deps-from-hackage | 92 ++++++++++++++++++++++
p/haskell-binary-tagged/debian/patches/series | 1 +
4 files changed, 102 insertions(+), 3 deletions(-)
diff --git a/p/haskell-binary-tagged/debian/changelog b/p/haskell-binary-tagged/debian/changelog
index 94d7dcf..3f91ade 100644
--- a/p/haskell-binary-tagged/debian/changelog
+++ b/p/haskell-binary-tagged/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-tagged (0.1.4.2-2) unstable; urgency=medium
+
+ * Patch for newer deps from Hackage.
+
+ -- Clint Adams <clint at debian.org> Wed, 04 Oct 2017 19:17:03 -0400
+
haskell-binary-tagged (0.1.4.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-binary-tagged/debian/control b/p/haskell-binary-tagged/debian/control
index 22487cd..dcea082 100644
--- a/p/haskell-binary-tagged/debian/control
+++ b/p/haskell-binary-tagged/debian/control
@@ -16,13 +16,13 @@ Build-Depends:
libghc-sha-dev (<< 1.7),
libghc-sha-prof,
libghc-aeson-dev (>= 0.8),
- libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (<< 1.3),
libghc-aeson-prof,
libghc-base16-bytestring-dev (>= 0.1.1.6),
libghc-base16-bytestring-dev (<< 0.2),
libghc-base16-bytestring-prof,
libghc-generics-sop-dev (>= 0.1),
- libghc-generics-sop-dev (<< 0.3),
+ libghc-generics-sop-dev (<< 0.4),
libghc-generics-sop-prof,
libghc-hashable-dev (<< 1.3),
libghc-hashable-dev (>= 1.2),
@@ -48,8 +48,8 @@ Build-Depends:
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-prof,
- libghc-vector-dev (<< 0.12),
libghc-vector-dev (>= 0.10),
+ libghc-vector-dev (<< 0.13),
libghc-vector-prof,
Build-Depends-Indep:
ghc-doc,
diff --git a/p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage b/p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage
new file mode 100644
index 0000000..3bdf538
--- /dev/null
+++ b/p/haskell-binary-tagged/debian/patches/newer-deps-from-hackage
@@ -0,0 +1,92 @@
+--- a/binary-tagged.cabal
++++ b/binary-tagged.cabal
+@@ -30,23 +30,23 @@
+ src
+ ghc-options: -Wall
+ build-depends:
+- base >=4.7 && <4.10
+- , aeson >=0.8 && <1.1
++ base >=4.7 && <4.11
++ , aeson >=0.8 && <1.3
+ , array >=0.5 && <0.6
+ , base16-bytestring >=0.1.1.6 && <0.2
+- , binary >=0.7 && <0.9
++ , binary >=0.7 && <0.10
+ , bytestring >=0.10 && <0.11
+ , containers >=0.5 && <0.6
+- , generics-sop >=0.1 && <0.3
++ , generics-sop >=0.1 && <0.4
+ , hashable >=1.2 && <1.3
+ , scientific >=0.3 && <0.4
+ , SHA >=1.6 && <1.7
+ , semigroups >=0.16 && <0.19
+ , tagged >=0.7 && <0.9
+ , text >=1.2 && <1.3
+- , time >=1.4 && <1.7
++ , time >=1.4 && <1.9
+ , unordered-containers >=0.2 && <0.3
+- , vector >=0.10 && <0.12
++ , vector >=0.10 && <0.13
+ exposed-modules:
+ Data.Binary.Tagged
+ default-language: Haskell2010
+@@ -58,23 +58,23 @@
+ test
+ ghc-options: -Wall
+ build-depends:
+- base >=4.7 && <4.10
+- , aeson >=0.8 && <1.1
++ base >=4.7 && <4.11
++ , aeson >=0.8 && <1.3
+ , array >=0.5 && <0.6
+ , base16-bytestring >=0.1.1.6 && <0.2
+- , binary >=0.7 && <0.9
++ , binary >=0.7 && <0.10
+ , bytestring >=0.10 && <0.11
+ , containers >=0.5 && <0.6
+- , generics-sop >=0.1 && <0.3
++ , generics-sop >=0.1 && <0.4
+ , hashable >=1.2 && <1.3
+ , scientific >=0.3 && <0.4
+ , SHA >=1.6 && <1.7
+ , semigroups >=0.16 && <0.19
+ , tagged >=0.7 && <0.9
+ , text >=1.2 && <1.3
+- , time >=1.4 && <1.7
++ , time >=1.4 && <1.9
+ , unordered-containers >=0.2 && <0.3
+- , vector >=0.10 && <0.12
++ , vector >=0.10 && <0.13
+ , binary-tagged
+ , binary-orphans >=0.1.1
+ , bifunctors
+@@ -94,23 +94,23 @@
+ bench
+ ghc-options: -Wall
+ build-depends:
+- base >=4.7 && <4.10
+- , aeson >=0.8 && <1.1
++ base >=4.7 && <4.11
++ , aeson >=0.8 && <1.3
+ , array >=0.5 && <0.6
+ , base16-bytestring >=0.1.1.6 && <0.2
+- , binary >=0.7 && <0.9
++ , binary >=0.7 && <0.10
+ , bytestring >=0.10 && <0.11
+ , containers >=0.5 && <0.6
+- , generics-sop >=0.1 && <0.3
++ , generics-sop >=0.1 && <0.4
+ , hashable >=1.2 && <1.3
+ , scientific >=0.3 && <0.4
+ , SHA >=1.6 && <1.7
+ , semigroups >=0.16 && <0.19
+ , tagged >=0.7 && <0.9
+ , text >=1.2 && <1.3
+- , time >=1.4 && <1.7
++ , time >=1.4 && <1.9
+ , unordered-containers >=0.2 && <0.3
+- , vector >=0.10 && <0.12
++ , vector >=0.10 && <0.13
+ , binary-tagged
+ , binary-orphans >=0.1.1
+ , deepseq
diff --git a/p/haskell-binary-tagged/debian/patches/series b/p/haskell-binary-tagged/debian/patches/series
index ddd7d5b..ca3ab7f 100644
--- a/p/haskell-binary-tagged/debian/patches/series
+++ b/p/haskell-binary-tagged/debian/patches/series
@@ -1 +1,2 @@
no-nats
+newer-deps-from-hackage
--
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