vulkan-utils 0.5.10.1 → 0.5.10.2
raw patch · 3 files changed
+7/−5 lines, 3 filesdep ~vulkannew-uploader
Dependency ranges changed: vulkan
Files
- changelog.md +2/−0
- package.yaml +2/−2
- vulkan-utils.cabal +3/−3
changelog.md view
@@ -2,6 +2,8 @@ ## WIP +## [0.5.10.2] - 2022-12-27+ ## [0.5.10.1] - 2022-10-02 - Relax bounds on `vulkan`
package.yaml view
@@ -1,5 +1,5 @@ name: vulkan-utils-version: "0.5.10.1"+version: "0.5.10.2" synopsis: Utils for the vulkan package category: Graphics maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al>@@ -39,7 +39,7 @@ - typed-process - unordered-containers - vector- - vulkan >= 3.6.14 && < 3.24+ - vulkan >= 3.6.14 && < 3.25 tests: doctests:
vulkan-utils.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.24 --- This file has been generated from package.yaml by hpack version 0.34.5.+-- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: vulkan-utils-version: 0.5.10.1+version: 0.5.10.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.24+ , vulkan >=3.6.14 && <3.25 default-language: Haskell2010 test-suite doctests