Skip to content

Commit 98a7d87

Browse files
committed
v3.24.4
- Bump API version to v1.3.239
1 parent f47f780 commit 98a7d87

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.4] - 2023-01-20
46
- Bump API version to v1.3.239
57

68
## [3.24.3] - 2022-12-28

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vulkan
2-
version: "3.24.3"
2+
version: "3.24.4"
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.1.
3+
-- This file has been generated from package.yaml by hpack version 0.34.5.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: vulkan
8-
version: 3.24.3
8+
version: 3.24.4
99
synopsis: Bindings to the Vulkan graphics API.
1010
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
1111
category: Graphics
@@ -645,7 +645,6 @@ library
645645
, bytestring
646646
, transformers
647647
, vector
648-
default-language: Haskell2010
649648
if os(windows)
650649
extra-libraries:
651650
vulkan-1
@@ -661,6 +660,7 @@ library
661660
cpp-options: -DGENERIC_INSTANCES
662661
if flag(trace-calls)
663662
cpp-options: -DTRACE_CALLS
663+
default-language: Haskell2010
664664

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

0 commit comments

Comments
 (0)