Cabal revisions of easytensor-vulkan-2.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 18ec38832697f0f9a1c888134f69246d19b25aff81258412c304fdee023c00cd--name: easytensor-vulkan-version: 2.0.0.0-synopsis: Use easytensor with vulkan-api.-description: Use easytensor DataFrame types with vulkan-api. This package provides an orphan instance of PrimBytes for Vulkan structures, so they can be used as elements of DataFrames. In addition, it provides a few helper functions for working with array-like structures.-category: math, geometry, vulkan, bsd3, graphics, library, opengl-homepage: https://github.com/achirkin/easytensor#readme-bug-reports: https://github.com/achirkin/easytensor/issues-author: Artem Chirkin-maintainer: achirkin@users.noreply.github.com-copyright: Copyright: (c) 2019 Artem Chirkin-license: BSD3-license-file: LICENSE-build-type: Simple--source-repository head- type: git- location: https://github.com/achirkin/easytensor- subdir: easytensor-vulkan--library- exposed-modules:- Graphics.Vulkan.Marshal.Create.DataFrame- hs-source-dirs:- src- ghc-options: -Wall -Wcompat -Wtabs -Wmonomorphism-restriction -Wmissing-local-signatures -Wmissing-home-modules -Widentities -Wredundant-constraints- build-depends:- base >=4.11 && <5- , dimensions >=2 && <3- , easytensor >=2 && <3- , vulkan-api >=1.2.0.0 && <2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 18ec38832697f0f9a1c888134f69246d19b25aff81258412c304fdee023c00cd + +name: easytensor-vulkan +version: 2.0.0.0 +x-revision: 1 +synopsis: Use easytensor with vulkan-api. +description: Use easytensor DataFrame types with vulkan-api. This package provides an orphan instance of PrimBytes for Vulkan structures, so they can be used as elements of DataFrames. In addition, it provides a few helper functions for working with array-like structures. +category: math, geometry, vulkan, bsd3, graphics, library, opengl +homepage: https://github.com/achirkin/easytensor#readme +bug-reports: https://github.com/achirkin/easytensor/issues +author: Artem Chirkin +maintainer: achirkin@users.noreply.github.com +copyright: Copyright: (c) 2019 Artem Chirkin +license: BSD3 +license-file: LICENSE +build-type: Simple + +source-repository head + type: git + location: https://github.com/achirkin/easytensor + subdir: easytensor-vulkan + +library + exposed-modules: + Graphics.Vulkan.Marshal.Create.DataFrame + hs-source-dirs: + src + ghc-options: -Wall -Wcompat -Wtabs -Wmonomorphism-restriction -Wmissing-local-signatures -Wmissing-home-modules -Widentities -Wredundant-constraints + build-depends: + base >=4.11 && <5 + , dimensions >=2 && <3 + , easytensor >=2 && <3 + , vulkan-api >=1.2.0.0 && <1.3.0.0 + default-language: Haskell2010
revision 2
name: easytensor-vulkan version: 2.0.0.0 -x-revision: 1 +x-revision: 2 synopsis: Use easytensor with vulkan-api. description: Use easytensor DataFrame types with vulkan-api. This package provides an orphan instance of PrimBytes for Vulkan structures, so they can be used as elements of DataFrames. In addition, it provides a few helper functions for working with array-like structures. category: math, geometry, vulkan, bsd3, graphics, library, opengl ghc-options: -Wall -Wcompat -Wtabs -Wmonomorphism-restriction -Wmissing-local-signatures -Wmissing-home-modules -Widentities -Wredundant-constraints build-depends: base >=4.11 && <5 - , dimensions >=2 && <3 - , easytensor >=2 && <3 + , dimensions >=2 && <2.1 + , easytensor >=2 && <2.1 , vulkan-api >=1.2.0.0 && <1.3.0.0 default-language: Haskell2010