cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: language-spir-v version: 0.1.0.1 synopsis: Data type for SPIR-V description: Please see the README on GitHub at category: Language homepage: https://github.com/githubuser/language-spir-v#readme bug-reports: https://github.com/githubuser/language-spir-v/issues author: Yoshikuni Jujo maintainer: yoshikuni.jujo@gmail.com copyright: 2023 Yoshikuni Jujo license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md data-files: data/ShaderKind.txt source-repository head type: git location: https://github.com/githubuser/language-spir-v library exposed-modules: Language.SpirV Language.SpirV.Internal Language.SpirV.ShaderKind Language.SpirV.ShaderKind.Core other-modules: Paths_language_spir_v hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints pkgconfig-depends: shaderc build-depends: base >=4.7 && <5 , bytestring <1 , c-enum <1 , nowdoc <1 , template-haskell <3 default-language: Haskell2010 test-suite language-spir-v-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_language_spir_v hs-source-dirs: test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring <1 , c-enum <1 , language-spir-v , nowdoc <1 , template-haskell <3 default-language: Haskell2010