[Git][haskell-team/DHG_packages][master] vector: Patch benchmark library to be private
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Mon Apr 6 02:06:15 BST 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ce4b8c11 by Scott Talbert at 2026-04-05T21:01:43-04:00
vector: Patch benchmark library to be private
- - - - -
3 changed files:
- p/haskell-vector/debian/changelog
- + p/haskell-vector/debian/patches/private-benchmark-lib
- + p/haskell-vector/debian/patches/series
Changes:
=====================================
p/haskell-vector/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector (0.13.2.0-3) unstable; urgency=medium
+
+ * Patch benchmark library to be private
+
+ -- Scott Talbert <swt at techie.net> Sun, 05 Apr 2026 20:58:37 -0400
+
haskell-vector (0.13.2.0-2) unstable; urgency=medium
* Add Build-Depends for the internal-yet-public
=====================================
p/haskell-vector/debian/patches/private-benchmark-lib
=====================================
@@ -0,0 +1,12 @@
+Index: b/vector.cabal
+===================================================================
+--- a/vector.cabal
++++ b/vector.cabal
+@@ -266,7 +266,6 @@ test-suite vector-inspection
+ , tasty-inspection-testing >= 0.1
+
+ library benchmarks-O2
+- visibility: public
+ ghc-options: -O2
+ hs-source-dirs: benchlib
+ Default-Language: Haskell2010
=====================================
p/haskell-vector/debian/patches/series
=====================================
@@ -0,0 +1 @@
+private-benchmark-lib
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ce4b8c11240541564e0e2947081cabc7390402d1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ce4b8c11240541564e0e2947081cabc7390402d1
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/20260406/eede2a2e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list