blob: 91cf7c9462562eafb69fea0d7d3253f5c0935dfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
cabal-version: 3.14
name: vktest
version: 0.1.0
license: GPL-2.0-or-later
license-file: LICENSE
author: andromeda
maintainer: @andromeda:tchncs.de
category: Graphics
build-type: Simple
extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
executable vktest
import: warnings
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >= 4.20.2
, vulkan-utils >= 0.5.10
hs-source-dirs: .
default-language: Haskell2010
|