Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian Haskell Group
DHG_packages
Commits
0c205f23
Commit
0c205f23
authored
Sep 08, 2022
by
Clint Adams
Browse files
token-bucket: patch for newer base
parent
0123f64b
Changes
2
Hide whitespace changes
Inline
Side-by-side
p/haskell-token-bucket/debian/changelog
View file @
0c205f23
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@debian.org> Tue, 28 Jun 2022 15:33:16 +0300
[ Clint Adams ]
* Patch for newer base.
-- Clint Adams <clint@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
View file @
0c205f23
...
...
@@ -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@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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment