[DHG_packages] 01/02: vector: drop patches obsoleted by this version
Sean Whitton
spwhitton at spwhitton.name
Sat Sep 9 23:19:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to annotated tag haskell-vector_v0.12.0.1-1
in repository DHG_packages.
commit 1b978217c9d951c2854c37f5a86bb04b690344c6
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sat Sep 9 16:12:07 2017 -0700
vector: drop patches obsoleted by this version
---
p/haskell-vector/debian/changelog | 4 +++-
.../debian/patches/newer-base-and-ghc-prim | 14 ------------
p/haskell-vector/debian/patches/newer-quickcheck | 26 ----------------------
p/haskell-vector/debian/patches/series | 2 --
4 files changed, 3 insertions(+), 43 deletions(-)
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index ef216e3..779d1bb 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,8 +1,10 @@
haskell-vector (0.12.0.1-1) unstable; urgency=medium
* New upstream release
+ * Drop patches newer-base-and-ghc-prim, newer-quickcheck
+ Obsoleted by upstream changes.
- -- Sean Whitton <spwhitton at spwhitton.name> Sun, 03 Sep 2017 14:15:28 -0700
+ -- Sean Whitton <spwhitton at spwhitton.name> Sat, 09 Sep 2017 16:12:02 -0700
haskell-vector (0.11.0.0-8) unstable; urgency=medium
diff --git a/p/haskell-vector/debian/patches/newer-base-and-ghc-prim b/p/haskell-vector/debian/patches/newer-base-and-ghc-prim
deleted file mode 100644
index 8336f31..0000000
--- a/p/haskell-vector/debian/patches/newer-base-and-ghc-prim
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/vector.cabal
-+++ b/vector.cabal
-@@ -137,9 +137,9 @@ Library
- Install-Includes:
- vector.h
-
-- Build-Depends: base >= 4.3 && < 4.9
-+ Build-Depends: base >= 4.3 && < 4.10
- , primitive >= 0.5.0.1 && < 0.7
-- , ghc-prim >= 0.2 && < 0.5
-+ , ghc-prim >= 0.2 && < 0.6
- , deepseq >= 1.1 && < 1.5
-
- Ghc-Options: -O2 -Wall -fno-warn-orphans
diff --git a/p/haskell-vector/debian/patches/newer-quickcheck b/p/haskell-vector/debian/patches/newer-quickcheck
deleted file mode 100644
index 583a4af..0000000
--- a/p/haskell-vector/debian/patches/newer-quickcheck
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/vector.cabal
-+++ b/vector.cabal
-@@ -166,7 +166,7 @@
- hs-source-dirs: tests
- Build-Depends: base >= 4 && < 5, template-haskell, vector,
- random,
-- QuickCheck >= 2.7 && < 2.8 , test-framework, test-framework-quickcheck2,
-+ QuickCheck >= 2.7 && < 2.10 , test-framework, test-framework-quickcheck2,
- transformers >= 0.2.0.0
-
- default-extensions: CPP,
---- a/tests/Utilities.hs
-+++ b/tests/Utilities.hs
-@@ -51,12 +51,6 @@
- instance CoArbitrary a => CoArbitrary (S.Bundle v a) where
- coarbitrary = coarbitrary . S.toList
-
--instance Arbitrary a => Arbitrary (Identity a) where
-- arbitrary = fmap Identity arbitrary
--
--instance CoArbitrary a => CoArbitrary (Identity a) where
-- coarbitrary = coarbitrary . runIdentity
--
- instance Arbitrary a => Arbitrary (Writer a ()) where
- arbitrary = fmap (writer . ((,) ())) arbitrary
-
diff --git a/p/haskell-vector/debian/patches/series b/p/haskell-vector/debian/patches/series
index f7a66bf..4da161f 100644
--- a/p/haskell-vector/debian/patches/series
+++ b/p/haskell-vector/debian/patches/series
@@ -1,3 +1 @@
no_ann_without_ghci
-newer-base-and-ghc-prim
-newer-quickcheck
--
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