[Git][haskell-team/DHG_packages][master] vector: Upgrading from 0.12.0.3 to 0.12.1.2
Clint Adams
gitlab at salsa.debian.org
Sat May 30 16:46:06 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ad1e308e by Clint Adams at 2020-05-30T11:45:40-04:00
vector: Upgrading from 0.12.0.3 to 0.12.1.2
- - - - -
4 changed files:
- p/haskell-vector/debian/changelog
- − p/haskell-vector/debian/patches/newer-deps
- p/haskell-vector/debian/patches/series
- p/haskell-vector/debian/patches/sse2
Changes:
=====================================
p/haskell-vector/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector (0.12.1.2-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 30 May 2020 11:43:06 -0400
+
haskell-vector (0.12.0.3-2) unstable; urgency=medium
* Bump quickcheck dependencies according to patch
=====================================
p/haskell-vector/debian/patches/newer-deps deleted
=====================================
@@ -1,20 +0,0 @@
---- a/vector.cabal
-+++ b/vector.cabal
-@@ -193,7 +193,7 @@
- hs-source-dirs: tests
- Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
- random, primitive,
-- QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
-+ QuickCheck >= 2.9 && < 2.13 , HUnit, test-framework,
- test-framework-hunit, test-framework-quickcheck2,
- transformers >= 0.2.0.0
-
-@@ -234,7 +234,7 @@
- hs-source-dirs: tests
- Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
- random, primitive,
-- QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
-+ QuickCheck >= 2.9 && < 2.13 , HUnit, test-framework,
- test-framework-hunit, test-framework-quickcheck2,
- transformers >= 0.2.0.0
-
=====================================
p/haskell-vector/debian/patches/series
=====================================
@@ -1,3 +1,2 @@
no_ann_without_ghci
sse2
-newer-deps
=====================================
p/haskell-vector/debian/patches/sse2
=====================================
@@ -4,11 +4,9 @@ Forwarded: https://github.com/haskell/vector/pull/187
Bug: https://github.com/haskell/vector/issues/186
Bug-Debian: https://bugs.debian.org/875396
-diff --git a/vector.cabal b/vector.cabal
-index 326454c..7e34029 100644
--- a/vector.cabal
+++ b/vector.cabal
-@@ -153,6 +153,9 @@ Library
+@@ -162,6 +162,9 @@
Ghc-Options: -O2 -Wall
@@ -18,8 +16,8 @@ index 326454c..7e34029 100644
if !flag(Wall)
Ghc-Options: -fno-warn-orphans
-@@ -206,6 +209,9 @@ test-suite vector-tests-O0
- Ghc-Options: -O0
+@@ -220,6 +223,9 @@
+ Ghc-Options: -O0 -threaded
Ghc-Options: -Wall
+ if arch(i386)
@@ -28,10 +26,10 @@ index 326454c..7e34029 100644
if !flag(Wall)
Ghc-Options: -fno-warn-orphans -fno-warn-missing-signatures
if impl(ghc >= 8.0) && impl( ghc < 8.1)
-@@ -243,6 +249,9 @@ test-suite vector-tests-O2
-
- Ghc-Options: -O2 -Wall
+@@ -263,6 +269,9 @@
+ Ghc-Options: -Wall
+ Ghc-Options: -O2 -threaded
+ if arch(i386)
+ Ghc-Options: -msse2
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ad1e308e9fe360204dd9f70c5f318f5ab2768e6d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ad1e308e9fe360204dd9f70c5f318f5ab2768e6d
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/20200530/1272c228/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list