From 92439b8a94e82e9128a5bc5cd0b21b43e99ffc85 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Thu, 28 Mar 2024 19:29:13 +0000 Subject: [PATCH] Add upper bound to pantry on release of pantry-0.10.0 --- package.yaml | 2 +- stack.cabal | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.yaml b/package.yaml index 90f39449af..e8447ee4d3 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/stack.cabal b/stack.cabal index d21a5c2f4e..7c3d715230 100644 --- a/stack.cabal +++ b/stack.cabal @@ -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 @@ -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 @@ -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 @@ -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