[Git][haskell-team/DHG_packages][master] vector: patch for newer base and QuickCheck
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 05:41:11 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
04a52077 by Clint Adams at 2018-04-14T00:40:38-04:00
vector: patch for newer base and QuickCheck
- - - - -
4 changed files:
- p/haskell-vector/debian/changelog
- p/haskell-vector/debian/control
- + p/haskell-vector/debian/patches/newer-deps
- p/haskell-vector/debian/patches/series
Changes:
=====================================
p/haskell-vector/debian/changelog
=====================================
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,9 @@
+haskell-vector (0.12.0.1-4) unstable; urgency=medium
+
+ * Patch for newer base and QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 00:40:27 -0400
+
haskell-vector (0.12.0.1-3) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-vector/debian/control
=====================================
--- a/p/haskell-vector/debian/control
+++ b/p/haskell-vector/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
libghc-primitive-prof,
libghc-hunit-dev,
libghc-quickcheck2-dev (>= 2.9),
- libghc-quickcheck2-dev (<< 2.10),
+ libghc-quickcheck2-dev (<< 2.12),
libghc-random-dev,
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
=====================================
p/haskell-vector/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-vector/debian/patches/newer-deps
@@ -0,0 +1,29 @@
+--- a/vector.cabal
++++ b/vector.cabal
+@@ -144,7 +144,7 @@
+ Install-Includes:
+ vector.h
+
+- Build-Depends: base >= 4.5 && < 4.10
++ Build-Depends: base >= 4.5 && < 4.12
+ , primitive >= 0.5.0.1 && < 0.7
+ , ghc-prim >= 0.2 && < 0.6
+ , deepseq >= 1.1 && < 1.5
+@@ -192,7 +192,7 @@
+ hs-source-dirs: tests
+ Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
+ random,
+- QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
++ QuickCheck >= 2.9 && < 2.12 , HUnit, test-framework,
+ test-framework-hunit, test-framework-quickcheck2,
+ transformers >= 0.2.0.0
+
+@@ -233,7 +233,7 @@
+ hs-source-dirs: tests
+ Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
+ random,
+- QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
++ QuickCheck >= 2.9 && < 2.12 , HUnit, test-framework,
+ test-framework-hunit, test-framework-quickcheck2,
+ transformers >= 0.2.0.0
+
=====================================
p/haskell-vector/debian/patches/series
=====================================
--- a/p/haskell-vector/debian/patches/series
+++ b/p/haskell-vector/debian/patches/series
@@ -1,2 +1,3 @@
no_ann_without_ghci
sse2
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/04a52077d1aba226f8e9574fa5d2b5be53159d54
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/04a52077d1aba226f8e9574fa5d2b5be53159d54
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180414/a45efc23/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list