Skip to content

Commit 0be88ab

Browse files
committed
v3.24.5
- Bump API version to v1.3.240
1 parent 8179808 commit 0be88ab

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.5] - 2023-02-03
46
- Bump API version to v1.3.240
57

68
## [3.24.4] - 2023-01-20

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vulkan
2-
version: "3.24.4"
2+
version: "3.24.5"
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.4
8+
version: 3.24.5
99
synopsis: Bindings to the Vulkan graphics API.
1010
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
1111
category: Graphics
@@ -646,7 +646,6 @@ library
646646
, bytestring
647647
, transformers
648648
, vector
649-
default-language: Haskell2010
650649
if os(windows)
651650
extra-libraries:
652651
vulkan-1
@@ -662,6 +661,7 @@ library
662661
cpp-options: -DGENERIC_INSTANCES
663662
if flag(trace-calls)
664663
cpp-options: -DTRACE_CALLS
664+
default-language: Haskell2010
665665

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

0 commit comments

Comments
 (0)