Skip to content

Commit 57ce4eb

Browse files
authored
Merge pull request #488 from expipiplus1/bump2
upper bound on base in utils
2 parents 2051853 + 99a375c commit 57ce4eb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

utils/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## WIP
44

5+
## [0.5.10.6] - 2023-10-21
6+
57
## [0.5.10.5] - 2023-10-17
68

79
## [0.5.10.4] - 2023-10-17

utils/package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vulkan-utils
2-
version: "0.5.10.5"
2+
version: "0.5.10.6"
33
synopsis: Utils for the vulkan package
44
category: Graphics
55
maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al>
@@ -54,7 +54,7 @@ tests:
5454

5555
custom-setup:
5656
dependencies:
57-
- base
57+
- base < 5
5858
- Cabal >= 3 && < 4
5959
- cabal-doctest >= 1 && <1.1
6060

utils/vulkan-utils.cabal

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

3-
-- This file has been generated from package.yaml by hpack version 0.35.2.
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-utils
8-
version: 0.5.10.5
8+
version: 0.5.10.6
99
synopsis: Utils for the vulkan package
1010
category: Graphics
1111
homepage: https://github.com/expipiplus1/vulkan#readme
@@ -27,7 +27,7 @@ source-repository head
2727
custom-setup
2828
setup-depends:
2929
Cabal ==3.*
30-
, base
30+
, base <5
3131
, cabal-doctest >=1 && <1.1
3232

3333
library

0 commit comments

Comments
 (0)