packages feed

shaderc-0.1.0.7: shaderc.cabal

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:           shaderc
version:        0.1.0.7
synopsis:       A collection of tools and libraries for Vulkan shader compilation
description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/shaderc#readme>
category:       Language
homepage:       https://github.com/YoshikuniJujo/shaderc#readme
bug-reports:    https://github.com/YoshikuniJujo/shaderc/issues
author:         Yoshikuni Jujo
maintainer:     yoshikuni.jujo@gmail.com
copyright:      2022 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/YoshikuniJujo/shaderc

library
  exposed-modules:
      Language.SpirV.Shaderc
      Language.SpirV.Shaderc.TH
      Language.SpirV.Shaderc.Exception
      Language.SpirV.Shaderc.Exception.Enum
      Language.SpirV.Shaderc.CompileOptions
  other-modules:
      Language.SpirV.Shaderc.CompileOptions.Internal
      Language.SpirV.Shaderc.Exception.Internal
      Shaderc.CompilationResult.Core
      Shaderc.CompileOptions.Core
      Shaderc.Core
      Shaderc.Enum
      Shaderc.Include
      Shaderc.Include.Core
      Shaderc.Middle
      Paths_shaderc
  hs-source-dirs:
      src
  pkgconfig-depends:
      shaderc
  build-depends:
      base >=4.7 && <5
    , bytestring <1
    , c-enum <1
    , c-struct <1
    , data-default <1
    , exception-hierarchy <1
    , language-spir-v <1
    , mtl <3
    , nowdoc <1
    , storable-peek-poke <1
    , template-haskell <3
  default-language: Haskell2010

test-suite shaderc-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_shaderc
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring <1
    , c-enum <1
    , c-struct <1
    , data-default <1
    , exception-hierarchy <1
    , language-spir-v <1
    , mtl <3
    , nowdoc <1
    , shaderc
    , storable-peek-poke <1
    , template-haskell <3
  default-language: Haskell2010