File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ Bug fixes:
20
20
* ` stack setup ` always looks for the unpacked directory name to support
21
21
different tar file naming conventions. See
22
22
[ #5545 ] ( https://github.com/commercialhaskell/stack/issues/5545 )
23
+ * Bump ` pantry ` version for better OS support. See
24
+ [ pantry #33 ] ( https://github.com/commercialhaskell/pantry/issues/33 )
25
+
23
26
24
27
## v2.7.1
25
28
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies:
92
92
- network-uri
93
93
- open-browser
94
94
- optparse-applicative >= 0.14.3.0
95
- - pantry >= 0.5.1.3
95
+ - pantry >= 0.5.2
96
96
- casa-client
97
97
- casa-types
98
98
- path
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extra-deps:
27
27
- hpack-0.33.0@rev:0
28
28
- http-download-0.2.0.0@rev:0
29
29
- filelock-0.1.1.5@rev:0
30
- - pantry-0.5.1.5 @rev:0
30
+ - pantry-0.5.2 @rev:0
31
31
- casa-client-0.0.1@rev:0
32
32
- casa-types-0.0.1@rev:0
33
33
- rio-0.1.19.0@rev:0
Original file line number Diff line number Diff line change 19
19
ghc-options :
20
20
" $locals " : -fhide-source-paths
21
21
22
- extra-deps : []
22
+ extra-deps :
23
+ - pantry-0.5.2@rev:0
23
24
24
25
drop-packages :
25
26
# See https://github.com/commercialhaskell/stack/pull/4712
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 2.0
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: a6afbb611def761b0f0cda3b18f0ad7b389f64eb534a982f0b06bce4e4474632
7
+ -- hash: 4d6bc382d1f25fc7283e144b701061b38a5f10879c44997cfdc0b9f3147ce352
8
8
9
9
name : stack
10
10
version : 2.8.0
@@ -274,7 +274,7 @@ library
274
274
, network-uri
275
275
, open-browser
276
276
, optparse-applicative >= 0.14.3.0
277
- , pantry >= 0.5.1.3
277
+ , pantry >= 0.5.2
278
278
, path
279
279
, path-io
280
280
, persistent
@@ -398,7 +398,7 @@ executable stack
398
398
, network-uri
399
399
, open-browser
400
400
, optparse-applicative >= 0.14.3.0
401
- , pantry >= 0.5.1.3
401
+ , pantry >= 0.5.2
402
402
, path
403
403
, path-io
404
404
, persistent
@@ -521,7 +521,7 @@ executable stack-integration-test
521
521
, open-browser
522
522
, optparse-applicative >= 0.14.3.0
523
523
, optparse-generic
524
- , pantry >= 0.5.1.3
524
+ , pantry >= 0.5.2
525
525
, path
526
526
, path-io
527
527
, persistent
@@ -649,7 +649,7 @@ test-suite stack-test
649
649
, network-uri
650
650
, open-browser
651
651
, optparse-applicative >= 0.14.3.0
652
- , pantry >= 0.5.1.3
652
+ , pantry >= 0.5.2
653
653
, path
654
654
, path-io
655
655
, persistent
Original file line number Diff line number Diff line change 20
20
ghc-options :
21
21
" $locals " : -fhide-source-paths
22
22
23
- extra-deps : []
23
+ extra-deps :
24
+ - pantry-0.5.2@rev:0
24
25
25
26
drop-packages :
26
27
# See https://github.com/commercialhaskell/stack/pull/4712
You can’t perform that action at this time.
0 commit comments