File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1246,7 +1246,7 @@ follows the Unix convention of `--` to separate these, e.g.:
12461246```
12471247michael@d30748af6d3d:~ $ stack exec --package stm -- echo I installed the stm package via --package stm
12481248Run from outside a project, using implicit global project config
1249- Using latest snapshot resolver: lts-3.2
1249+ Using latest snapshot resolver: lts-14.27
12501250Writing global (non-project-specific) config file to: /home/michael/.stack/global/stack.yaml
12511251Note: You can change the snapshot via the resolver field there.
12521252I installed the stm package via --package stm
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.0
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: bf45c3c0565e8e57b597927ab126afe9f5667fdb823e253c60450ccaa2a6fe91
7+ -- hash: 309106fd5040db89f02f35295c49d26635dc30bc6414602e4ef0320286721381
88
99name : stack
10- version : 2.2 .0
10+ version : 2.3.0 .0
1111synopsis : The Haskell Tool Stack
1212description : Please see the documentation at <https://docs.haskellstack.org>
1313 for usage information.
@@ -267,7 +267,7 @@ library
267267 , network-uri
268268 , open-browser
269269 , optparse-applicative
270- , pantry >= 0.4.0.0
270+ , pantry
271271 , path
272272 , path-io
273273 , persistent
@@ -387,7 +387,7 @@ executable stack
387387 , network-uri
388388 , open-browser
389389 , optparse-applicative
390- , pantry >= 0.4.0.0
390+ , pantry
391391 , path
392392 , path-io
393393 , persistent
@@ -506,7 +506,7 @@ executable stack-integration-test
506506 , open-browser
507507 , optparse-applicative
508508 , optparse-generic
509- , pantry >= 0.4.0.0
509+ , pantry
510510 , path
511511 , path-io
512512 , persistent
@@ -628,7 +628,7 @@ test-suite stack-test
628628 , network-uri
629629 , open-browser
630630 , optparse-applicative
631- , pantry >= 0.4.0.0
631+ , pantry
632632 , path
633633 , path-io
634634 , persistent
You can’t perform that action at this time.
0 commit comments