From f49b8b8d305ba89c0d0af6d7259369d45b8678d2 Mon Sep 17 00:00:00 2001 From: Brad Sherman Date: Sat, 29 Jul 2023 16:08:31 -0500 Subject: [PATCH] Update Package Bounds --- aws-ec2-knownhosts.cabal | 14 +++++++------- stack.yaml | 2 +- stack.yaml.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/aws-ec2-knownhosts.cabal b/aws-ec2-knownhosts.cabal index 8ca3711..823b6b0 100644 --- a/aws-ec2-knownhosts.cabal +++ b/aws-ec2-knownhosts.cabal @@ -25,7 +25,7 @@ library , AWS.Types build-depends: base >= 4.7 && < 5 - , aeson >= 1.0 && < 2.1 + , aeson >= 2.0 && < 2.3 , async >= 2.0 && < 2.3 , attoparsec >= 0.12 && < 0.15 , bytestring >= 0.10 && < 0.12 @@ -33,7 +33,7 @@ library , filepath >= 1.4 && < 1.5 , io-streams >= 1.3.4 && < 1.6 , process >= 1.4 && < 1.7 - , text >= 1.1 && < 1.3 + , text >= 2.0 && < 2.3 executable aws-ec2-pubkeys @@ -46,7 +46,7 @@ executable aws-ec2-pubkeys , aws-ec2-knownhosts , io-streams >= 1.1 && < 1.6 , optparse-applicative >= 0.16 && < 0.18 - , text >= 1.0 && < 2.1 + , text >= 2.0 && < 2.3 executable aws-ec2-knownhosts @@ -56,7 +56,7 @@ executable aws-ec2-knownhosts ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2 -rtsopts build-depends: base >= 4.7 && < 5 - , aeson >= 1.0 && < 2.1 + , aeson >= 2.0 && < 2.3 , aws-ec2-knownhosts , io-streams >= 1.1 && < 1.6 , optparse-applicative >= 0.16 && < 0.18 @@ -69,11 +69,11 @@ executable aws-ec2-keysync ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2 -rtsopts build-depends: base >= 4.7 && < 5 - , aeson >= 1.0 && < 2.1 + , aeson >= 2.0 && < 2.3 , aws-ec2-knownhosts , io-streams >= 1.1 && < 1.6 - , text >= 1.0 && < 2.1 + , text >= 2.0 && < 2.3 , optparse-applicative >= 0.16 && < 0.18 , directory >= 1.3 && < 1.4 - , unix-compat >= 0.4 && < 0.7 + , unix-compat >= 0.4 && < 0.8 , process >= 1.0 && < 1.7 diff --git a/stack.yaml b/stack.yaml index 1e5fe80..be54e2a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: nightly-2022-10-18 +resolver: lts-21.4 flags: {} packages: - "." diff --git a/stack.yaml.lock b/stack.yaml.lock index 38eee5b..24d61c7 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - sha256: 895204e9116cba1f32047525ec5bad7423216587706e5df044c4a7c191a5d8cb - size: 644482 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/10/18.yaml - original: nightly-2022-10-18 + sha256: caa77fdbc5b9f698262b21ee78030133272ec53116ad6ddbefdc4c321f668e0c + size: 640014 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/4.yaml + original: lts-21.4