[DHG_packages] 01/01: these: patch for newer aeson, semigroupoids, vector, vector-instances. closes: #867839
Clint Adams
clint at moszumanska.debian.org
Sun Jul 9 20:40:30 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 f966004804698b2dcd4b01c38d7bd3d72732ed37
Author: Clint Adams <clint at debian.org>
Date: Sun Jul 9 16:39:54 2017 -0400
these: patch for newer aeson, semigroupoids, vector, vector-instances. closes: #867839
---
p/haskell-these/debian/changelog | 7 ++++++
p/haskell-these/debian/control | 8 +++----
.../debian/patches/new-metadata-from-hackage | 27 ++++++++++++++++++++++
p/haskell-these/debian/patches/series | 1 +
4 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/p/haskell-these/debian/changelog b/p/haskell-these/debian/changelog
index d56d9e8..ca90989 100644
--- a/p/haskell-these/debian/changelog
+++ b/p/haskell-these/debian/changelog
@@ -1,3 +1,10 @@
+haskell-these (0.7.3-2) unstable; urgency=medium
+
+ * Patch for newer aeson, semigroupoids, vector, vector-instances.
+ closes: #867839.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Jul 2017 16:37:03 -0400
+
haskell-these (0.7.3-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-these/debian/control b/p/haskell-these/debian/control
index fed3754..4d8686b 100644
--- a/p/haskell-these/debian/control
+++ b/p/haskell-these/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
libghc-quickcheck2-dev (<< 2.9.3),
libghc-quickcheck2-prof,
libghc-aeson-dev (>= 0.7.0.4),
- libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (<< 1.3),
libghc-aeson-prof,
libghc-bifunctors-dev (<< 5.5),
libghc-bifunctors-dev (>= 0.1),
@@ -37,8 +37,8 @@ Build-Depends:
libghc-quickcheck2-dev (>= 2.8),
libghc-quickcheck2-dev (<< 2.9.2),
libghc-quickcheck2-prof,
- libghc-semigroupoids-dev (<< 5.2),
libghc-semigroupoids-dev (>= 1.0),
+ libghc-semigroupoids-dev (<< 5.3),
libghc-semigroupoids-prof,
libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-dev (>= 0.2),
@@ -46,10 +46,10 @@ 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.4),
- libghc-vector-instances-dev (<< 3.4),
+ libghc-vector-dev (<< 0.13),
libghc-vector-instances-dev (>= 3.3.1),
+ libghc-vector-instances-dev (<< 3.5),
libghc-vector-instances-prof,
libghc-vector-prof,
libghc-quickcheck-instances-dev (>= 0.3.6) <!nocheck>,
diff --git a/p/haskell-these/debian/patches/new-metadata-from-hackage b/p/haskell-these/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..bf9d3dd
--- /dev/null
+++ b/p/haskell-these/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,27 @@
+--- a/these.cabal
++++ b/these.cabal
+@@ -36,7 +36,7 @@
+ Control.Monad.Trans.Chronicle
+
+ Build-depends: base >= 4.4 && < 4.10,
+- aeson >= 0.7.0.4 && < 1.1,
++ aeson >= 0.7.0.4 && < 1.3,
+ bifunctors >= 0.1 && < 5.5,
+ binary >= 0.5.0.2 && < 0.9,
+ containers >= 0.4 && < 0.6,
+@@ -47,12 +47,12 @@
+ mtl >= 2 && < 2.3,
+ profunctors >= 3 && < 5.3,
+ QuickCheck >= 2.8 && < 2.9.3,
+- semigroupoids >= 1.0 && < 5.2,
++ semigroupoids >= 1.0 && < 5.3,
+ transformers >= 0.2 && < 0.6,
+ transformers-compat >= 0.2 && < 0.6,
+ unordered-containers >= 0.2 && < 0.3,
+- vector >= 0.4 && < 0.12,
+- vector-instances >= 3.3.1 && < 3.4
++ vector >= 0.4 && < 0.13,
++ vector-instances >= 3.3.1 && < 3.5
+ if impl(ghc <7.5)
+ build-depends: ghc-prim
+
diff --git a/p/haskell-these/debian/patches/series b/p/haskell-these/debian/patches/series
new file mode 100644
index 0000000..0131f75
--- /dev/null
+++ b/p/haskell-these/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-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