[DHG_packages] 01/01: pandoc-types: newer build-deps from hackage

Clint Adams clint at moszumanska.debian.org
Tue Oct 3 03:06:45 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 17f67e5afd42a8bfdd2dd2001e01adbb19155d25
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 2 23:05:47 2017 -0400

    pandoc-types: newer build-deps from hackage
---
 p/haskell-pandoc-types/debian/changelog            |  6 ++++
 p/haskell-pandoc-types/debian/control              |  6 ++--
 .../debian/patches/newer-deps-from-hackage         | 32 ++++++++++++++++++++++
 p/haskell-pandoc-types/debian/patches/series       |  1 +
 4 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/p/haskell-pandoc-types/debian/changelog b/p/haskell-pandoc-types/debian/changelog
index 1904d63..a3c2070 100644
--- a/p/haskell-pandoc-types/debian/changelog
+++ b/p/haskell-pandoc-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pandoc-types (1.17.0.5-3) unstable; urgency=medium
+
+  * Patch for newer syb, aeson, HUnit, QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Mon, 02 Oct 2017 23:04:14 -0400
+
 haskell-pandoc-types (1.17.0.5-2) unstable; urgency=medium
 
   * Factor out package descriptions.
diff --git a/p/haskell-pandoc-types/debian/control b/p/haskell-pandoc-types/debian/control
index d3c09ce..759706f 100644
--- a/p/haskell-pandoc-types/debian/control
+++ b/p/haskell-pandoc-types/debian/control
@@ -14,16 +14,16 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2),
  libghc-quickcheck2-prof,
  libghc-aeson-dev (>= 0.6.2),
- libghc-aeson-dev (<< 1.2),
+ libghc-aeson-dev (<< 1.3),
  libghc-aeson-prof,
- libghc-syb-dev (<< 0.7),
  libghc-syb-dev (>= 0.1),
+ libghc-syb-dev (<< 0.8),
  libghc-syb-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,
  libghc-aeson-doc,
  libghc-syb-doc,
-Standards-Version: 4.0.1
+Standards-Version: 4.1.1
 Homepage: http://johnmacfarlane.net/pandoc
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-pandoc-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-pandoc-types/debian/patches/newer-deps-from-hackage b/p/haskell-pandoc-types/debian/patches/newer-deps-from-hackage
new file mode 100644
index 0000000..6ad287d
--- /dev/null
+++ b/p/haskell-pandoc-types/debian/patches/newer-deps-from-hackage
@@ -0,0 +1,32 @@
+--- a/pandoc-types.cabal
++++ b/pandoc-types.cabal
+@@ -48,10 +48,10 @@
+   Other-modules:     Paths_pandoc_types
+   Build-depends:     base >= 4 && < 5,
+                      containers >= 0.3,
+-                     syb >= 0.1 && < 0.7,
++                     syb >= 0.1 && < 0.8,
+                      ghc-prim >= 0.2,
+                      bytestring >= 0.9 && < 0.11,
+-                     aeson >= 0.6.2 && < 1.2,
++                     aeson >= 0.6.2 && < 1.3,
+                      QuickCheck >= 2
+   if impl(ghc < 7.10)
+     Build-depends:   deepseq-generics >= 0.1 && < 0.2
+@@ -65,13 +65,13 @@
+   build-depends:       base,
+                        pandoc-types,
+                        syb,
+-                       aeson >= 0.6.2 && < 1.2,
++                       aeson >= 0.6.2 && < 1.3,
+                        containers >= 0.3,
+                        bytestring >= 0.9 && < 0.11,
+                        test-framework >= 0.3 && < 0.9,
+                        test-framework-hunit >= 0.2 && < 0.4,
+                        test-framework-quickcheck2 >= 0.2.9 && < 0.4,
+-                       QuickCheck >= 2.4 && < 2.10,
+-                       HUnit >= 1.2 && < 1.6,
++                       QuickCheck >= 2.4 && < 2.11,
++                       HUnit >= 1.2 && < 1.7,
+                        string-qq == 0.0.2
+   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
diff --git a/p/haskell-pandoc-types/debian/patches/series b/p/haskell-pandoc-types/debian/patches/series
new file mode 100644
index 0000000..30c91d0
--- /dev/null
+++ b/p/haskell-pandoc-types/debian/patches/series
@@ -0,0 +1 @@
+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