[Git][haskell-team/DHG_packages][master] vector: Upgrading from 0.13.1.0 to 0.13.2.0
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jan 5 17:56:01 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
503dc942 by Clint Adams at 2026-01-05T12:55:39-05:00
vector: Upgrading from 0.13.1.0 to 0.13.2.0
- - - - -
3 changed files:
- p/haskell-vector/debian/changelog
- − p/haskell-vector/debian/patches/series
- − p/haskell-vector/debian/patches/sse2
Changes:
=====================================
p/haskell-vector/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-vector (0.13.1.0-3) UNRELEASED; urgency=medium
+haskell-vector (0.13.2.0-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:37 -0500
+ [ Clint Adams ]
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Mon, 05 Jan 2026 12:51:59 -0500
haskell-vector (0.13.1.0-2) unstable; urgency=medium
=====================================
p/haskell-vector/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-sse2
=====================================
p/haskell-vector/debian/patches/sse2 deleted
=====================================
@@ -1,40 +0,0 @@
-Description: Use SSE2 for floating-point operations on i386
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-Forwarded: https://github.com/haskell/vector/pull/187
-Bug: https://github.com/haskell/vector/issues/186
-Bug-Debian: https://bugs.debian.org/875396
-
-Index: b/vector.cabal
-===================================================================
---- a/vector.cabal
-+++ b/vector.cabal
-@@ -147,6 +147,9 @@ Library
-
- Ghc-Options: -O2 -Wall
-
-+ if arch(i386)
-+ Ghc-Options: -msse2
-+
- if !flag(Wall)
- Ghc-Options: -fno-warn-orphans
-
-@@ -205,6 +208,9 @@ test-suite vector-tests-O0
- Ghc-Options: -O0 -threaded
- Ghc-Options: -Wall
-
-+ if arch(i386)
-+ Ghc-Options: -msse2
-+
- if !flag(Wall)
- Ghc-Options: -fno-warn-orphans -fno-warn-missing-signatures
- if impl(ghc >= 8.0) && impl(ghc < 8.1)
-@@ -247,6 +253,9 @@ test-suite vector-tests-O2
-
- Ghc-Options: -Wall
- Ghc-Options: -O2 -threaded
-+ if arch(i386)
-+ Ghc-Options: -msse2
-+
- if !flag(Wall)
- Ghc-Options: -fno-warn-orphans -fno-warn-missing-signatures
- if impl(ghc >= 8.0) && impl(ghc < 8.1)
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/503dc942c95b7bbd81ed941cb3b7b311117d2d19
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/503dc942c95b7bbd81ed941cb3b7b311117d2d19
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/20260105/86047436/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list