[Git][haskell-team/DHG_packages][master] bitwise: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Jan 7 05:10:38 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c20da773 by Scott Talbert at 2026-01-07T00:08:33-05:00
bitwise: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-bitwise/debian/changelog
- p/haskell-bitwise/debian/control
- p/haskell-bitwise/debian/patches/newer-deps
Changes:
=====================================
p/haskell-bitwise/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-bitwise (1.0.0.1-6) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Wed, 07 Jan 2026 00:05:58 -0500
+
haskell-bitwise (1.0.0.1-5) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-bitwise/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.10),
ghc-prof,
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
Homepage: https://code.mathr.co.uk/bitwise
=====================================
p/haskell-bitwise/debian/patches/newer-deps
=====================================
@@ -15,8 +15,8 @@ Index: b/bitwise.cabal
Build-depends:
- base >= 4.7 && < 4.12,
- bytestring < 0.11,
-+ base >= 4.7 && < 4.19,
-+ bytestring < 0.12,
++ base >= 4.7 && < 4.22,
++ bytestring < 0.13,
array < 0.6
HS-source-dirs: src
@@ -25,7 +25,7 @@ Index: b/bitwise.cabal
bitwise,
base,
- QuickCheck >= 2.4 && < 2.12
-+ QuickCheck >= 2.4 && < 2.15
++ QuickCheck >= 2.4 && < 2.16
Default-Language: Haskell2010
Benchmark bitwise-benchmark
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c20da7732a4e2f4fe8f0fcd6e1af39ff3f33a019
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c20da7732a4e2f4fe8f0fcd6e1af39ff3f33a019
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/20260107/2564bebe/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list