Commit 0c205f23 authored by Clint Adams's avatar Clint Adams
Browse files

token-bucket: patch for newer base

parent 0123f64b
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
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment