cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: spirv-reflect-yaml
version: 0.2
synopsis: YAML loader for spirv-reflect tool.
category: Graphics
author: IC Rainbow
maintainer: ic.rbow@gmail.com
copyright: 2022 IC Rainbow
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
ChangeLog.md
source-repository head
type: git
location: https://gitlab.com/dpwiz/spirv-reflect
flag tests
manual: True
default: False
library
exposed-modules:
Data.SpirV.Reflect.Yaml
Data.SpirV.Reflect.Yaml.Parsers
other-modules:
Paths_spirv_reflect_yaml
hs-source-dirs:
lib
default-extensions:
ApplicativeDo
BlockArguments
DeriveGeneric
DerivingStrategies
DuplicateRecordFields
FlexibleContexts
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
OverloadedStrings
PatternSynonyms
RecordWildCards
StrictData
TypeApplications
build-depends:
HsYAML
, base >=4.7 && <5
, bytestring
, spirv-reflect-types >=0.2
, text
, vector
default-language: Haskell2010
test-suite spirv-reflect-yaml-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_spirv_reflect_yaml
hs-source-dirs:
test
default-extensions:
ApplicativeDo
BlockArguments
DeriveGeneric
DerivingStrategies
DuplicateRecordFields
FlexibleContexts
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
OverloadedStrings
PatternSynonyms
RecordWildCards
StrictData
TypeApplications
build-depends:
base >=4.7 && <5
, directory
, filepath
, spirv-reflect-yaml
, tasty
, tasty-hunit
if !flag(tests)
buildable: False
default-language: Haskell2010