Skip to content

Commit 04b123c

Browse files
committed
v3.24.3
- Bump API version to v1.3.238
1 parent 1bab162 commit 04b123c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## WIP
4+
5+
## [3.24.3] - 2022-12-28
46
- Bump API version to v1.3.238
57

68
## [3.24.2] - 2022-12-27

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vulkan
2-
version: "3.24.2"
2+
version: "3.24.3"
33
synopsis: Bindings to the Vulkan graphics API.
44
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
55
category: Graphics

vulkan.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.35.0.
3+
-- This file has been generated from package.yaml by hpack version 0.34.7.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: vulkan
8-
version: 3.24.2
8+
version: 3.24.3
99
synopsis: Bindings to the Vulkan graphics API.
1010
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
1111
category: Graphics
@@ -644,7 +644,6 @@ library
644644
, bytestring
645645
, transformers
646646
, vector
647-
default-language: Haskell2010
648647
if os(windows)
649648
extra-libraries:
650649
vulkan-1
@@ -660,6 +659,7 @@ library
660659
cpp-options: -DGENERIC_INSTANCES
661660
if flag(trace-calls)
662661
cpp-options: -DTRACE_CALLS
662+
default-language: Haskell2010
663663

664664
test-suite test
665665
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)