bounded-qsem-0.1.0.4: bounded-qsem.cabal
name: bounded-qsem
category: Concurrency
synopsis: Bounded quantity semaphores.
description: Bounded quantity semaphores, meaning quantity semaphores that have an
upper-bound in the number of units that can be available at any given time.
version: 0.1.0.4
cabal-version: 1.18
build-type: Simple
author: Daniel Casanueva (coding `at` danielcasanueva.eu)
maintainer: Daniel Casanueva (coding `at` danielcasanueva.eu)
bug-reports: https://codeberg.org/daniel-casanueva/bounded-qsem/issues
license: MIT
license-file: license
extra-doc-files: readme.md, changelog.md
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Control.Concurrent.BQSem
ghc-options: -Wall
build-depends: base >= 4.8 && < 4.21