bounded-qsem 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- bounded-qsem.cabal +2/−2
bounded-qsem.cabal view
@@ -3,7 +3,7 @@ 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.1+version: 0.1.0.2 cabal-version: 1.18 build-type: Simple author: Daniel Casanueva (daniel.casanueva `at` proton.me)@@ -18,4 +18,4 @@ hs-source-dirs: src exposed-modules: Control.Concurrent.BQSem ghc-options: -Wall- build-depends: base >= 4.8 && < 4.19+ build-depends: base >= 4.8 && < 4.20