Skip to content

Commit f36409c

Browse files
committed
Bounds for pantry
1 parent 21db78c commit f36409c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.4 && < 0.5
9696
- casa-client
9797
- casa-types
9898
- path

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: 09229f434502c702e4058371b91cc64f9e800aab8abe66fb228d8da3137558b7
7+
-- hash: 17dc6f163aaf30f3b8f02ead2ff7a8d02ea19fb10d454c6ce77e01a7efea9754
88

99
name: stack
1010
version: 2.3.2
@@ -272,7 +272,7 @@ library
272272
, network-uri
273273
, open-browser
274274
, optparse-applicative
275-
, pantry
275+
, pantry >=0.4 && <0.5
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.4 && <0.5
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.4 && <0.5
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.4 && <0.5
651651
, path
652652
, path-io
653653
, persistent

0 commit comments

Comments
 (0)