Commit 98a7d87 1 parent f47f780 commit 98a7d87 Copy full SHA for 98a7d87
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## WIP
4
+
5
+ ## [ 3.24.4] - 2023-01-20
4
6
- Bump API version to v1.3.239
5
7
6
8
## [ 3.24.3] - 2022-12-28
Original file line number Diff line number Diff line change 1
1
name : vulkan
2
- version : " 3.24.3 "
2
+ version : " 3.24.4 "
3
3
synopsis : Bindings to the Vulkan graphics API.
4
4
description : Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
5
5
category : Graphics
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.35.1 .
3
+ -- This file has been generated from package.yaml by hpack version 0.34.5 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : vulkan
8
- version : 3.24.3
8
+ version : 3.24.4
9
9
synopsis : Bindings to the Vulkan graphics API.
10
10
description : Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
11
11
category : Graphics
@@ -645,7 +645,6 @@ library
645
645
, bytestring
646
646
, transformers
647
647
, vector
648
- default-language : Haskell2010
649
648
if os(windows)
650
649
extra-libraries :
651
650
vulkan-1
@@ -661,6 +660,7 @@ library
661
660
cpp-options : -DGENERIC_INSTANCES
662
661
if flag(trace-calls)
663
662
cpp-options : -DTRACE_CALLS
663
+ default-language : Haskell2010
664
664
665
665
test-suite test
666
666
type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments