vulkan-utils 0.5.3 → 0.5.4
raw patch · 4 files changed
+12/−9 lines, 4 filesdep ~vulkan
Dependency ranges changed: vulkan
Files
- LICENSE +2/−2
- changelog.md +3/−0
- package.yaml +3/−3
- vulkan-utils.cabal +4/−4
LICENSE view
@@ -1,4 +1,4 @@-Copyright Joe Hermaszewski (c) 2020+Copyright Ellie Hermaszewska (c) 2020 All rights reserved. @@ -13,7 +13,7 @@ disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Joe Hermaszewski nor the names of other+ * Neither the name of Ellie Hermaszewska nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
changelog.md view
@@ -2,6 +2,9 @@ ## WIP +## [0.5.4] - 2021-11-25+- Relax bounds on `vulkan`+ ## [0.5.3] - 2021-10-14 - Relax bounds on `vulkan`
package.yaml view
@@ -1,8 +1,8 @@ name: vulkan-utils-version: "0.5.3"+version: "0.5.4" synopsis: Utils for the vulkan package category: Graphics-maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>+maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al> github: expipiplus1/vulkan extra-source-files: - readme.md@@ -39,7 +39,7 @@ - typed-process - unordered-containers - vector- - vulkan >= 3.6.14 && < 3.14+ - vulkan >= 3.6.14 && < 3.15 tests: doctests:
vulkan-utils.cabal view
@@ -1,16 +1,16 @@ cabal-version: 1.24 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack name: vulkan-utils-version: 0.5.3+version: 0.5.4 synopsis: Utils for the vulkan package category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme bug-reports: https://github.com/expipiplus1/vulkan/issues-maintainer: Joe Hermaszewski <live.long.and.prosper@monoid.al>+maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al> license: BSD3 license-file: LICENSE build-type: Custom@@ -113,7 +113,7 @@ , typed-process , unordered-containers , vector- , vulkan >=3.6.14 && <3.14+ , vulkan >=3.6.14 && <3.15 default-language: Haskell2010 test-suite doctests