File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -348,9 +348,9 @@ compatibility with a range of versions of GHC that a library package (such as
348
348
Stack aims to depend on well-known packages. The specific versions on which it
349
349
depends at any time are specified by ` package.yaml ` and ` stack.yaml ` . It does
350
350
not aim to be compatible with more than one version of the ` Cabal ` package at
351
- any time. At the time of writing (March 2025) the package versions are
351
+ any time. At the time of writing (May 2025) the package versions are
352
352
primarily ones in Stackage snapshot LTS Haskell 23.17 (for GHC 9.8.4) and
353
- ` hpack-0.38.1 ` .
353
+ ` hpack-0.38.1 ` , ` pantry-0.10.1 ` and ` tls-2.1.8 ` .
354
354
355
355
A Stack executable makes use of Cabal (the library) through a small 'Setup'
356
356
executable that it compiles from Haskell source code. The executable compiles
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ constraints:
139
139
, optparse-applicative == 0.18.1.0
140
140
, optparse-simple == 0.1.1.4
141
141
, os-string == 2.0.7
142
- , pantry == 0.10.0
142
+ , pantry == 0.10.1
143
143
, parsec == 3.1.17.0
144
144
, parser-combinators == 1.3.0
145
145
, path == 0.9.5
@@ -202,7 +202,7 @@ constraints:
202
202
, these == 1.2.1
203
203
, time == 1.12.2
204
204
, time-compat == 1.9.7
205
- , tls == 2.1.1
205
+ , tls == 2.1.8
206
206
, transformers == 0.6.1.0
207
207
, transformers-base == 0.4.6
208
208
, transformers-compat == 0.7.2
Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ snapshot: lts-23.17 # GHC 9.8.4
2
2
3
3
extra-deps :
4
4
# lts-23.17 provides hpack-0.37.0
5
- - hpack-0.38.1
5
+ - hpack-0.38.1@rev:0
6
6
# lts-23.17 provides pantry-0.10.0.
7
- - pantry-0.10.1
7
+ - pantry-0.10.1@rev:0
8
+ # lts-23.17 provides tls-2.1.1
9
+ - tls-2.1.8@rev:0
8
10
9
11
docker :
10
12
enable : false
Original file line number Diff line number Diff line change @@ -10,14 +10,21 @@ packages:
10
10
sha256: 9e2282f08da4349844e64cdf21d2aac6cc2bf21b4b8ca9e09707877ad0f5dd0f
11
11
size: 3798
12
12
original:
13
- hackage: hpack-0.38.1
13
+ hackage: hpack-0.38.1@rev:0
14
14
- completed:
15
15
hackage: pantry-0.10.1@sha256:f776cd39c211128561a80a865545fd3b7caec9935ceedd7f2d14c341d0b0ca41,7896
16
16
pantry-tree:
17
17
sha256: 101b1db0815386bebc32dec0db3611969efc6a432cf866c173dc2971b369211d
18
18
size: 2722
19
19
original:
20
- hackage: pantry-0.10.1
20
+ hackage: pantry-0.10.1@rev:0
21
+ - completed:
22
+ hackage: tls-2.1.8@sha256:69b583c77cc25d8efd62fd48462f469a7c66db551013db753e4062e3b56576f9,6223
23
+ pantry-tree:
24
+ sha256: 59190b5a3cf91ba383c94e893a409526dadd66b44e1c7dd0598603d2b580fe2a
25
+ size: 6925
26
+ original:
27
+ hackage: tls-2.1.8@rev:0
21
28
snapshots:
22
29
- completed:
23
30
sha256: 2763632e4c4094ce12f5ae12b22f524cdc6453b6b19007ff164a37fd9d2ea829
You can’t perform that action at this time.
0 commit comments