[DHG_packages] 01/02: repa: Patch in order to work with newer versions of haskell-vector

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Tue Oct 17 13:18:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 298e25c88a54e38fb6f9848cd2ec18c2accb9fe6
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Tue Oct 17 16:01:22 2017 +0300

    repa: Patch in order to work with newer versions of haskell-vector
---
 p/haskell-repa/debian/changelog            |  6 ++++++
 p/haskell-repa/debian/control              |  2 +-
 p/haskell-repa/debian/patches/newer-vector | 17 +++++++++++++++++
 p/haskell-repa/debian/patches/series       |  1 +
 4 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/p/haskell-repa/debian/changelog b/p/haskell-repa/debian/changelog
index 924a943..0e12684 100644
--- a/p/haskell-repa/debian/changelog
+++ b/p/haskell-repa/debian/changelog
@@ -1,3 +1,9 @@
+haskell-repa (3.4.1.2-3) UNRELEASED; urgency=medium
+
+  * Patch in order to work with newer versions of haskell-vector
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 17 Oct 2017 15:59:29 +0300
+
 haskell-repa (3.4.1.2-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-repa/debian/control b/p/haskell-repa/debian/control
index af5f5f1..0a6a683 100644
--- a/p/haskell-repa/debian/control
+++ b/p/haskell-repa/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libghc-quickcheck2-dev (>= 2.8),
  libghc-quickcheck2-dev (<< 2.10),
  libghc-quickcheck2-prof,
- libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-dev (>= 0.11),
  libghc-vector-prof,
 Build-Depends-Indep:
diff --git a/p/haskell-repa/debian/patches/newer-vector b/p/haskell-repa/debian/patches/newer-vector
new file mode 100644
index 0000000..3aed38d
--- /dev/null
+++ b/p/haskell-repa/debian/patches/newer-vector
@@ -0,0 +1,17 @@
+Description: Bump bounds for newer vector
+ Bump bounds for vector 0.12.0.1, shipped in unstable
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Forwarded: not-needed, fixed in newer version
+Index: b/repa.cabal
+===================================================================
+--- a/repa.cabal
++++ b/repa.cabal
+@@ -24,7 +24,7 @@ Library
+         base                 >= 4.8 && < 4.10
+       , template-haskell
+       , ghc-prim
+-      , vector               == 0.11.*
++      , vector               >= 0.11 && < 0.13
+       , bytestring           == 0.10.*
+       , QuickCheck           >= 2.8 && < 2.10
+ 
diff --git a/p/haskell-repa/debian/patches/series b/p/haskell-repa/debian/patches/series
new file mode 100644
index 0000000..4e8f545
--- /dev/null
+++ b/p/haskell-repa/debian/patches/series
@@ -0,0 +1 @@
+newer-vector

-- 
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