Skip to content

Commit

Permalink
Add upper bound to pantry on release of pantry-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 28, 2024
1 parent 5af70b5 commit 92439b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies:
- neat-interpolation
- open-browser
- optparse-applicative >= 0.18.1.0
- pantry >= 0.9.3.2
- pantry >= 0.9.3.2 && < 0.10.0
- path >= 0.9.5
- path-io
# In order for Cabal (the tool) to build Stack, it needs to be told of the
Expand Down
8 changes: 4 additions & 4 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ library
, neat-interpolation
, open-browser
, optparse-applicative >=0.18.1.0
, pantry >=0.9.3.2
, pantry >=0.9.3.2 && <0.10.0
, path >=0.9.5
, path-io
, persistent >=2.14.0.0 && <2.15
Expand Down Expand Up @@ -514,7 +514,7 @@ executable stack
, neat-interpolation
, open-browser
, optparse-applicative >=0.18.1.0
, pantry >=0.9.3.2
, pantry >=0.9.3.2 && <0.10.0
, path >=0.9.5
, path-io
, persistent >=2.14.0.0 && <2.15
Expand Down Expand Up @@ -617,7 +617,7 @@ executable stack-integration-test
, open-browser
, optparse-applicative >=0.18.1.0
, optparse-generic
, pantry >=0.9.3.2
, pantry >=0.9.3.2 && <0.10.0
, path >=0.9.5
, path-io
, persistent >=2.14.0.0 && <2.15
Expand Down Expand Up @@ -733,7 +733,7 @@ test-suite stack-unit-test
, neat-interpolation
, open-browser
, optparse-applicative >=0.18.1.0
, pantry >=0.9.3.2
, pantry >=0.9.3.2 && <0.10.0
, path >=0.9.5
, path-io
, persistent >=2.14.0.0 && <2.15
Expand Down

0 comments on commit 92439b8

Please sign in to comment.