vulkan-utils 0.5.0.1 → 0.5.0.2
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~vulkanPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vulkan
API changes (from Hackage documentation)
Files
- changelog.md +3/−0
- package.yaml +2/−2
- vulkan-utils.cabal +2/−2
changelog.md view
@@ -2,6 +2,9 @@ ## WIP +## [0.5.0.2] - 2021-06-22+- Relax bounds on `vulkan`+ ## [0.5.0.1] - 2021-06-09 - Squash warning
package.yaml view
@@ -1,5 +1,5 @@ name: vulkan-utils-version: 0.5.0.1+version: "0.5.0.2" synopsis: Utils for the vulkan package category: Graphics maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>@@ -39,7 +39,7 @@ - typed-process - unordered-containers - vector- - vulkan >= 3.6.14 && < 3.11+ - vulkan >= 3.6.14 && < 3.12 tests: doctests:
vulkan-utils.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: vulkan-utils-version: 0.5.0.1+version: 0.5.0.2 synopsis: Utils for the vulkan package category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme@@ -113,7 +113,7 @@ , typed-process , unordered-containers , vector- , vulkan >=3.6.14 && <3.11+ , vulkan >=3.6.14 && <3.12 default-language: Haskell2010 test-suite doctests