Skip to content

Commit b5a0362

Browse files
authored
Merge pull request #6741 from commercialhaskell/tls
Build Stack against tls-2.1.8
2 parents 38a396c + 5fd87b9 commit b5a0362

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ compatibility with a range of versions of GHC that a library package (such as
348348
Stack aims to depend on well-known packages. The specific versions on which it
349349
depends at any time are specified by `package.yaml` and `stack.yaml`. It does
350350
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
352352
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`.
354354

355355
A Stack executable makes use of Cabal (the library) through a small 'Setup'
356356
executable that it compiles from Haskell source code. The executable compiles

cabal.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ constraints:
139139
, optparse-applicative ==0.18.1.0
140140
, optparse-simple ==0.1.1.4
141141
, os-string ==2.0.7
142-
, pantry ==0.10.0
142+
, pantry ==0.10.1
143143
, parsec ==3.1.17.0
144144
, parser-combinators ==1.3.0
145145
, path ==0.9.5
@@ -202,7 +202,7 @@ constraints:
202202
, these ==1.2.1
203203
, time ==1.12.2
204204
, time-compat ==1.9.7
205-
, tls ==2.1.1
205+
, tls ==2.1.8
206206
, transformers ==0.6.1.0
207207
, transformers-base ==0.4.6
208208
, transformers-compat ==0.7.2

stack.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ snapshot: lts-23.17 # GHC 9.8.4
22

33
extra-deps:
44
# lts-23.17 provides hpack-0.37.0
5-
- hpack-0.38.1
5+
- hpack-0.38.1@rev:0
66
# 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
810

911
docker:
1012
enable: false

stack.yaml.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,21 @@ packages:
1010
sha256: 9e2282f08da4349844e64cdf21d2aac6cc2bf21b4b8ca9e09707877ad0f5dd0f
1111
size: 3798
1212
original:
13-
hackage: hpack-0.38.1
13+
hackage: hpack-0.38.1@rev:0
1414
- completed:
1515
hackage: pantry-0.10.1@sha256:f776cd39c211128561a80a865545fd3b7caec9935ceedd7f2d14c341d0b0ca41,7896
1616
pantry-tree:
1717
sha256: 101b1db0815386bebc32dec0db3611969efc6a432cf866c173dc2971b369211d
1818
size: 2722
1919
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
2128
snapshots:
2229
- completed:
2330
sha256: 2763632e4c4094ce12f5ae12b22f524cdc6453b6b19007ff164a37fd9d2ea829

0 commit comments

Comments
 (0)