Skip to content

Commit 718ba10

Browse files
committed
Handle missing blobs in Pantry cache
See: commercialhaskell/pantry#27
1 parent 2e73a28 commit 718ba10

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies:
9292
- network-uri
9393
- open-browser
9494
- optparse-applicative
95-
- pantry
95+
- pantry >= 0.5.1.3
9696
- casa-client
9797
- casa-types
9898
- path

stack-ghc-810.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ghc-options:
2222
extra-deps:
2323
- rio-0.1.19.0@rev:0
2424
- rio-prettyprint-0.1.1.0@rev:0
25+
- github: commercialhaskell/pantry
26+
commit: dc3714166bb9b8a7a58c19751a238fb0efe40e5e
2527

2628
drop-packages:
2729
# See https://github.com/commercialhaskell/stack/pull/4712

stack-ghc-84.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ extra-deps:
4444
- rio-prettyprint-0.1.1.0@rev:0
4545
- hi-file-parser-0.1.0.0@rev:0
4646
- http-download-0.2.0.0@rev:0
47-
- pantry-0.5.1.1@rev:0
47+
- github: commercialhaskell/pantry
48+
commit: dc3714166bb9b8a7a58c19751a238fb0efe40e5e
4849
- casa-client-0.0.1@rev:0
4950
- casa-types-0.0.1@rev:0
5051
- filelock-0.1.1.5@rev:0

stack-ghc-88.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ extra-deps:
2626
- hpack-0.33.0@rev:0
2727
- http-download-0.2.0.0@rev:0
2828
- filelock-0.1.1.5@rev:0
29-
- pantry-0.5.1.1@rev:0
29+
- github: commercialhaskell/pantry
30+
commit: dc3714166bb9b8a7a58c19751a238fb0efe40e5e
3031
- casa-client-0.0.1@rev:0
3132
- casa-types-0.0.1@rev:0
3233
- rio-0.1.19.0@rev:0

stack.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 2991e5ffcda3a90f2be71a0df883bf7706afef078dd3cc0abfc98868a3e8028f
7+
-- hash: 88433abe924041186adc81b3f69022819047d5eb44eb272937327254a4787516
88

99
name: stack
1010
version: 2.4.0
@@ -272,7 +272,7 @@ library
272272
, network-uri
273273
, open-browser
274274
, optparse-applicative
275-
, pantry
275+
, pantry >=0.5.1.3
276276
, path
277277
, path-io
278278
, persistent
@@ -396,7 +396,7 @@ executable stack
396396
, network-uri
397397
, open-browser
398398
, optparse-applicative
399-
, pantry
399+
, pantry >=0.5.1.3
400400
, path
401401
, path-io
402402
, persistent
@@ -519,7 +519,7 @@ executable stack-integration-test
519519
, open-browser
520520
, optparse-applicative
521521
, optparse-generic
522-
, pantry
522+
, pantry >=0.5.1.3
523523
, path
524524
, path-io
525525
, persistent
@@ -647,7 +647,7 @@ test-suite stack-test
647647
, network-uri
648648
, open-browser
649649
, optparse-applicative
650-
, pantry
650+
, pantry >=0.5.1.3
651651
, path
652652
, path-io
653653
, persistent

stack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ extra-deps:
2828
- hpack-0.33.0@rev:0
2929
- http-download-0.2.0.0@rev:0
3030
- filelock-0.1.1.5@rev:0
31-
- pantry-0.5.1.1@rev:0
3231
- rio-0.1.19.0@rev:0
3332
- rio-prettyprint-0.1.1.0@rev:0
3433
- casa-client-0.0.1@rev:0
3534
- casa-types-0.0.1@rev:0
35+
- github: commercialhaskell/pantry
36+
commit: dc3714166bb9b8a7a58c19751a238fb0efe40e5e
3637

3738
drop-packages:
3839
# See https://github.com/commercialhaskell/stack/pull/4712

0 commit comments

Comments
 (0)