Skip to content

Commit bdd5213

Browse files
authored
Merge pull request #6115 from commercialhaskell/fix6114
2 parents b6921b7 + 2e04656 commit bdd5213

8 files changed

+21
-13
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies:
102102
- network-uri
103103
- open-browser
104104
- optparse-applicative >= 0.17.0.0
105-
- pantry >= 0.8.2
105+
- pantry >= 0.8.2.2
106106
- path
107107
- path-io
108108
# In order for Cabal (the tool) to build Stack, it needs to be told of the

stack-ghc-9.4.5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99

1010
extra-deps:
1111
- hi-file-parser-0.1.4.0@sha256:4c3e1f4e2575809c7fe47229f8547c64e22760d77c73456bf017d27e0e736dd8,2660
12+
- pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
1213

1314
drop-packages:
1415
# See https://github.com/commercialhaskell/stack/pull/4712

stack-ghc-9.4.5.yaml.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ packages:
1111
size: 2242
1212
original:
1313
hackage: hi-file-parser-0.1.4.0@sha256:4c3e1f4e2575809c7fe47229f8547c64e22760d77c73456bf017d27e0e736dd8,2660
14+
- completed:
15+
hackage: pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
16+
pantry-tree:
17+
sha256: f979dadd233a05272bfee435de5d66532692532453d199adb902079a75cb878d
18+
size: 2970
19+
original:
20+
hackage: pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
1421
snapshots:
1522
- completed:
1623
sha256: 5eb95e9f352b5cc0f192b5039ee2f19c88bddf53928b29a2efc54bc1697ab1ea

stack-ghc-9.6.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ extra-deps:
110110
- open-browser-0.2.1.0
111111
- optparse-applicative-0.17.0.0
112112
- optparse-simple-0.1.1.4
113-
- pantry-0.8.2.1
113+
- pantry-0.8.2.2
114114
- parser-combinators-1.3.0
115115
- path-0.9.2
116116
- path-io-1.8.0

stack-ghc-9.6.1.yaml.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -712,12 +712,12 @@ packages:
712712
original:
713713
hackage: optparse-simple-0.1.1.4
714714
- completed:
715-
hackage: pantry-0.8.2.1@sha256:b2b6eb8733a74a43a545ca91c262d91bfa6541e1daa328b17c05b169cc08da18,5500
715+
hackage: pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
716716
pantry-tree:
717-
sha256: 04b6fcfd9edb494994c701df5c7042f2c274435d85f0bf73d3eeb62bc7e00803
717+
sha256: f979dadd233a05272bfee435de5d66532692532453d199adb902079a75cb878d
718718
size: 2970
719719
original:
720-
hackage: pantry-0.8.2.1
720+
hackage: pantry-0.8.2.2
721721
- completed:
722722
hackage: parser-combinators-1.3.0@sha256:edd54ba56cbae8fadbcceebcfef31b2c70a835e92e5eda41151b939c40647281,1570
723723
pantry-tree:

stack.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ library
368368
, network-uri
369369
, open-browser
370370
, optparse-applicative >=0.17.0.0
371-
, pantry >=0.8.2
371+
, pantry >=0.8.2.2
372372
, path
373373
, path-io
374374
, persistent >=2.14.0.0 && <2.15
@@ -501,7 +501,7 @@ executable stack
501501
, network-uri
502502
, open-browser
503503
, optparse-applicative >=0.17.0.0
504-
, pantry >=0.8.2
504+
, pantry >=0.8.2.2
505505
, path
506506
, path-io
507507
, persistent >=2.14.0.0 && <2.15
@@ -629,7 +629,7 @@ executable stack-integration-test
629629
, open-browser
630630
, optparse-applicative >=0.17.0.0
631631
, optparse-generic
632-
, pantry >=0.8.2
632+
, pantry >=0.8.2.2
633633
, path
634634
, path-io
635635
, persistent >=2.14.0.0 && <2.15
@@ -761,7 +761,7 @@ test-suite stack-test
761761
, network-uri
762762
, open-browser
763763
, optparse-applicative >=0.17.0.0
764-
, pantry >=0.8.2
764+
, pantry >=0.8.2.2
765765
, path
766766
, path-io
767767
, persistent >=2.14.0.0 && <2.15

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
extra-deps:
88
- fsnotify-0.4.1.0@sha256:44540beabea36aeeef930aa4d5f28091d431904bc9923b6ac4d358831c651235,2854
99
- hi-file-parser-0.1.4.0@sha256:4c3e1f4e2575809c7fe47229f8547c64e22760d77c73456bf017d27e0e736dd8,2660
10-
- pantry-0.8.2.1@sha256:b2b6eb8733a74a43a545ca91c262d91bfa6541e1daa328b17c05b169cc08da18,5500
10+
- pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
1111
- persistent-2.14.5.0@sha256:c3c7a6a200930f956b2a6bb15b9d2cd512980692f6a2d95368a6db335c34c916,7199
1212
- rio-prettyprint-0.1.4.0@sha256:1f8eb3ead0ef33d3736d53e1de5e9b2c91a0c207cdca23321bd74c401e85f23a,1301
1313
# lts-20.19 specifies Cabal-3.6.3.0

stack.yaml.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ packages:
1919
original:
2020
hackage: hi-file-parser-0.1.4.0@sha256:4c3e1f4e2575809c7fe47229f8547c64e22760d77c73456bf017d27e0e736dd8,2660
2121
- completed:
22-
hackage: pantry-0.8.2.1@sha256:b2b6eb8733a74a43a545ca91c262d91bfa6541e1daa328b17c05b169cc08da18,5500
22+
hackage: pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
2323
pantry-tree:
24-
sha256: 04b6fcfd9edb494994c701df5c7042f2c274435d85f0bf73d3eeb62bc7e00803
24+
sha256: f979dadd233a05272bfee435de5d66532692532453d199adb902079a75cb878d
2525
size: 2970
2626
original:
27-
hackage: pantry-0.8.2.1@sha256:b2b6eb8733a74a43a545ca91c262d91bfa6541e1daa328b17c05b169cc08da18,5500
27+
hackage: pantry-0.8.2.2@sha256:579aa8538c0fde65f9c08fb97d1d5aee8f59e5cc44e5f8feb350ec54bd2b14a6,6026
2828
- completed:
2929
hackage: persistent-2.14.5.0@sha256:c3c7a6a200930f956b2a6bb15b9d2cd512980692f6a2d95368a6db335c34c916,7199
3030
pantry-tree:

0 commit comments

Comments
 (0)