[Git][haskell-team/DHG_packages][master] bitvec: Sourceful upload for GHC 9.10
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Feb 11 05:10:10 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
878ea231 by Scott Talbert at 2026-02-11T00:06:48-05:00
bitvec: Sourceful upload for GHC 9.10
- - - - -
4 changed files:
- p/haskell-bitvec/debian/changelog
- p/haskell-bitvec/debian/control
- + p/haskell-bitvec/debian/patches/newer-deps
- + p/haskell-bitvec/debian/patches/series
Changes:
=====================================
p/haskell-bitvec/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-bitvec (1.1.5.0-5) UNRELEASED; urgency=medium
+haskell-bitvec (1.1.5.0-5) unstable; urgency=medium
* Build using dh-haskell
+ * Sourceful upload for GHC 9.10
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:50 -0500
+ -- Scott Talbert <swt at techie.net> Wed, 11 Feb 2026 00:00:00 -0500
haskell-bitvec (1.1.5.0-4) unstable; urgency=medium
=====================================
p/haskell-bitvec/debian/control
=====================================
@@ -7,24 +7,22 @@ Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
dh-sequence-haskell,
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
libghc-primitive-dev (>= 0.5),
- libghc-primitive-prof (>= 0.5),
- libghc-vector-dev (>= 0.11),
- libghc-vector-dev (<< 0.14),
- libghc-vector-prof (>= 0.11),
- libghc-vector-prof (<< 0.14),
- libghc-primitive-dev (<< 0.9),
- libghc-primitive-prof (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
+ libghc-primitive-prof,
libghc-quickcheck-classes-dev (>= 0.6.1),
libghc-quickcheck-classes-base-dev (<< 0.7),
- libghc-tasty-dev (<< 1.5),
- libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-dev (<< 1.6),
+ libghc-tasty-quickcheck-dev (<< 0.12),
+ libghc-vector-dev (>= 0.11),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
libghc-vector-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/Bodigrim/bitvec
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bitvec
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bitvec]
=====================================
p/haskell-bitvec/debian/patches/newer-deps
=====================================
@@ -0,0 +1,34 @@
+Index: b/bitvec.cabal
+===================================================================
+--- a/bitvec.cabal
++++ b/bitvec.cabal
+@@ -111,12 +111,12 @@ test-suite bitvec-tests
+ build-depends:
+ base,
+ bitvec,
+- primitive >=0.5 && <0.9,
++ primitive >=0.5 && <0.10,
+ quickcheck-classes-base <0.7,
+ quickcheck-classes >=0.6.1 && <0.7,
+ vector >=0.11,
+- tasty <1.5,
+- tasty-quickcheck <0.11
++ tasty <1.6,
++ tasty-quickcheck <0.12
+ default-language: Haskell2010
+ hs-source-dirs: test
+ other-modules:
+@@ -140,10 +140,10 @@ benchmark bitvec-bench
+ build-depends:
+ base,
+ bitvec,
+- containers <0.7,
+- random <1.3,
++ containers <0.8,
++ random <1.4,
+ tasty,
+- tasty-bench >=0.3.2 && <0.4,
++ tasty-bench >=0.3.2 && <0.5,
+ vector
+ type: exitcode-stdio-1.0
+ main-is: Bench.hs
=====================================
p/haskell-bitvec/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/878ea231cd2267a1fb0fadeeb66f509773ca4e1c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/878ea231cd2267a1fb0fadeeb66f509773ca4e1c
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/20260211/be70593d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list