Skip to content

Commit 75163ca

Browse files
mpilgremdten
authored andcommitted
Fix commercialhaskell#6114 Depend on pantry-0.8.2.2 (with error S-395)
1 parent 585af12 commit 75163ca

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies:
9696
- network-uri
9797
- open-browser
9898
- optparse-applicative >= 0.17.0.0
99-
- pantry >= 0.8.2
99+
- pantry >= 0.8.2.2
100100
- path
101101
- path-io
102102
# In order for Cabal (the tool) to build Stack, it needs to be told of the

stack-ghc-9.6.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ extra-deps:
111111
- open-browser-0.2.1.0
112112
- optparse-applicative-0.17.0.0
113113
- optparse-simple-0.1.1.4
114-
- pantry-0.8.2.1
114+
- pantry-0.8.2.2
115115
- parser-combinators-1.3.0
116116
- path-0.9.2
117117
- 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
@@ -313,7 +313,7 @@ library
313313
, network-uri
314314
, open-browser
315315
, optparse-applicative >=0.17.0.0
316-
, pantry >=0.8.2
316+
, pantry >=0.8.2.2
317317
, path
318318
, path-io
319319
, persistent >=2.14.0.0 && <2.15
@@ -437,7 +437,7 @@ executable stack
437437
, network-uri
438438
, open-browser
439439
, optparse-applicative >=0.17.0.0
440-
, pantry >=0.8.2
440+
, pantry >=0.8.2.2
441441
, path
442442
, path-io
443443
, persistent >=2.14.0.0 && <2.15
@@ -562,7 +562,7 @@ executable stack-integration-test
562562
, open-browser
563563
, optparse-applicative >=0.17.0.0
564564
, optparse-generic
565-
, pantry >=0.8.2
565+
, pantry >=0.8.2.2
566566
, path
567567
, path-io
568568
, persistent >=2.14.0.0 && <2.15
@@ -692,7 +692,7 @@ test-suite stack-test
692692
, network-uri
693693
, open-browser
694694
, optparse-applicative >=0.17.0.0
695-
, pantry >=0.8.2
695+
, pantry >=0.8.2.2
696696
, path
697697
, path-io
698698
, 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)