bounded-qsem 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+8/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bounded-qsem.cabal +4/−4
- changelog.md +3/−0
- license +1/−1
bounded-qsem.cabal view
@@ -3,12 +3,12 @@ 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.3+version: 0.1.0.4 cabal-version: 1.18 build-type: Simple-author: Daniel Casanueva (daniel.casanueva `at` proton.me)-maintainer: Daniel Casanueva (daniel.casanueva `at` proton.me)-bug-reports: https://gitlab.com/daniel-casanueva/haskell/bounded-qsem/-/issues+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
changelog.md view
@@ -1,3 +1,6 @@+## 0.1.0.4+* Metadata update.+ ## 0.1.0.3 * base-20 support.
license view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Daniel Casanueva+Copyright (c) 2025 Daniel Casanueva Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal