Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated stack resolver to LTS-22.x, updated cabal dependency bounds #25

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aws-ec2-knownhosts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ executable aws-ec2-pubkeys
build-depends: base >= 4.7 && < 5
, aws-ec2-knownhosts
, io-streams >= 1.1 && < 1.6
, optparse-applicative >= 0.16 && < 0.18
, optparse-applicative >= 0.16 && < 0.19
, text >= 2.0 && < 2.3


Expand All @@ -59,7 +59,7 @@ executable aws-ec2-knownhosts
, aeson >= 2.0 && < 2.3
, aws-ec2-knownhosts
, io-streams >= 1.1 && < 1.6
, optparse-applicative >= 0.16 && < 0.18
, optparse-applicative >= 0.16 && < 0.19


executable aws-ec2-keysync
Expand All @@ -73,7 +73,7 @@ executable aws-ec2-keysync
, aws-ec2-knownhosts
, io-streams >= 1.1 && < 1.6
, text >= 2.0 && < 2.3
, optparse-applicative >= 0.16 && < 0.18
, optparse-applicative >= 0.16 && < 0.19
, directory >= 1.3 && < 1.4
, unix-compat >= 0.4 && < 0.8
, process >= 1.0 && < 1.7
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.4
resolver: lts-22.22
flags: {}
packages:
- "."
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: caa77fdbc5b9f698262b21ee78030133272ec53116ad6ddbefdc4c321f668e0c
size: 640014
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/4.yaml
original: lts-21.4
sha256: 4be1ca5d31689b524a7f0f17a439bbe9136465213edc498e9a395899a670f2aa
size: 718486
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
original: lts-22.22
Loading