-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.yaml
99 lines (93 loc) · 1.83 KB
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
name: vulkan-utils
version: "0.5.10.6"
synopsis: Utils for the vulkan package
category: Graphics
maintainer: Ellie Hermaszewska <[email protected]>
github: expipiplus1/vulkan
extra-source-files:
- readme.md
- changelog.md
- package.yaml
- src/Vulkan/Utils/gl_enums.h
library:
source-dirs: src
c-sources: cbits/DebugCallback.c
other-modules:
- Vulkan.Utils.Internal
- Vulkan.Utils.ShaderQQ.ShaderType
- Vulkan.Utils.ShaderQQ.Backend.Internal
- Vulkan.Utils.ShaderQQ.Backend.Glslang.Internal
- Vulkan.Utils.ShaderQQ.Backend.Shaderc.Internal
- Vulkan.Utils.ShaderQQ.GLSL
- Vulkan.Utils.ShaderQQ.HLSL
dependencies:
- base <5
- bytestring
- containers
- dependent-map
- dependent-sum
- extra
- file-embed
- filepath
- resourcet >= 1.2.4
- template-haskell
- temporary
- text
- transformers
- typed-process
- unordered-containers
- vector
- vulkan >= 3.6.14 && < 3.27
tests:
doctests:
main: Doctests.hs
other-modules: ''
source-dirs:
- test/doctest
dependencies:
- base
- doctest
- vulkan-utils
custom-setup:
dependencies:
- base < 5
- Cabal >= 3 && < 4
- cabal-doctest >= 1 && <1.1
ghc-options:
- -Wall
default-extensions:
- ConstraintKinds
- DataKinds
- DefaultSignatures
- DeriveAnyClass
- DeriveFoldable
- DeriveFunctor
- DeriveTraversable
- DerivingStrategies
- DuplicateRecordFields
- FlexibleContexts
- FlexibleInstances
- GADTs
- GeneralizedNewtypeDeriving
- InstanceSigs
- LambdaCase
- MagicHash
- NamedFieldPuns
- NoMonomorphismRestriction
- OverloadedStrings
- PartialTypeSignatures
- PatternSynonyms
- PolyKinds
- QuantifiedConstraints
- RankNTypes
- RecordWildCards
- RoleAnnotations
- ScopedTypeVariables
- StandaloneDeriving
- Strict
- TupleSections
- TypeApplications
- TypeFamilyDependencies
- TypeOperators
- TypeSynonymInstances
- ViewPatterns