[Git][haskell-team/DHG_packages][master] token-bucket: patch for newer base
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Sep 9 02:42:31 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0c205f23 by Clint Adams at 2022-09-08T21:42:08-04:00
token-bucket: patch for newer base
- - - - -
2 changed files:
- p/haskell-token-bucket/debian/changelog
- p/haskell-token-bucket/debian/patches/newer-deps
Changes:
=====================================
p/haskell-token-bucket/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-token-bucket (0.1.0.1-12) UNRELEASED; urgency=medium
+haskell-token-bucket (0.1.0.1-12) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:16 +0300
+ [ Clint Adams ]
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Thu, 08 Sep 2022 21:39:02 -0400
haskell-token-bucket (0.1.0.1-11) unstable; urgency=medium
=====================================
p/haskell-token-bucket/debian/patches/newer-deps
=====================================
@@ -9,7 +9,7 @@
synopsis: Rate limiter using lazy bucket algorithm
homepage: https://github.com/hvr/token-bucket
bug-reports: https://github.com/hvr/token-bucket/issues
-@@ -9,10 +12,12 @@
+@@ -9,10 +12,12 @@ author: Herbert Valerio Rie
maintainer: hvr at gnu.org
category: Concurrency
build-type: Simple
@@ -25,12 +25,12 @@
extra-source-files: changelog.md
-@@ -27,19 +32,21 @@
+@@ -27,19 +32,21 @@ flag use-cbits
library
default-language: Haskell2010
- build-depends: base >=4.6 && <4.9
-+ build-depends: base >=4.6 && <4.14
++ build-depends: base >=4.6 && <5
hs-source-dirs: src
if flag(use-cbits)
cpp-options: -DUSE_CBITS
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0c205f23d76834f3a4fa41933a4fa519e8679732
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0c205f23d76834f3a4fa41933a4fa519e8679732
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/20220909/56ade72e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list