Skip to content

Commit 92439b8

Browse files
committed
Add upper bound to pantry on release of pantry-0.10.0
1 parent 5af70b5 commit 92439b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies:
9898
- neat-interpolation
9999
- open-browser
100100
- optparse-applicative >= 0.18.1.0
101-
- pantry >= 0.9.3.2
101+
- pantry >= 0.9.3.2 && < 0.10.0
102102
- path >= 0.9.5
103103
- path-io
104104
# In order for Cabal (the tool) to build Stack, it needs to be told of the

stack.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ library
392392
, neat-interpolation
393393
, open-browser
394394
, optparse-applicative >=0.18.1.0
395-
, pantry >=0.9.3.2
395+
, pantry >=0.9.3.2 && <0.10.0
396396
, path >=0.9.5
397397
, path-io
398398
, persistent >=2.14.0.0 && <2.15
@@ -514,7 +514,7 @@ executable stack
514514
, neat-interpolation
515515
, open-browser
516516
, optparse-applicative >=0.18.1.0
517-
, pantry >=0.9.3.2
517+
, pantry >=0.9.3.2 && <0.10.0
518518
, path >=0.9.5
519519
, path-io
520520
, persistent >=2.14.0.0 && <2.15
@@ -617,7 +617,7 @@ executable stack-integration-test
617617
, open-browser
618618
, optparse-applicative >=0.18.1.0
619619
, optparse-generic
620-
, pantry >=0.9.3.2
620+
, pantry >=0.9.3.2 && <0.10.0
621621
, path >=0.9.5
622622
, path-io
623623
, persistent >=2.14.0.0 && <2.15
@@ -733,7 +733,7 @@ test-suite stack-unit-test
733733
, neat-interpolation
734734
, open-browser
735735
, optparse-applicative >=0.18.1.0
736-
, pantry >=0.9.3.2
736+
, pantry >=0.9.3.2 && <0.10.0
737737
, path >=0.9.5
738738
, path-io
739739
, persistent >=2.14.0.0 && <2.15

0 commit comments

Comments
 (0)