Skip to content

Commit 5a79d16

Browse files
committed
Release preparation - Step A
1 parent 575d33f commit 5a79d16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cabal.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ constraints:
169169
, socks ==0.6.1
170170
, split ==0.2.5
171171
, splitmix ==0.1.1
172-
, stack ==3.4.0
172+
, stack ==3.5.0.0
173173
, static-bytes ==0.1.1
174174
, stm ==2.5.3.1
175175
, stm-chans ==3.0.0.9

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '3.4.0'
5+
version: '3.5.0.0'
66
synopsis: The Haskell Tool Stack
77
description: |
88
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

+2-2
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.37.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.0.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 3.4.0
8+
version: 3.5.0.0
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.

0 commit comments

Comments
 (0)