Skip to content

Commit

Permalink
Updated stack resolver to LTS-22.x, updated cabal dependency bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
verifiedtm committed May 16, 2024
1 parent 71fbf64 commit 80eae63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit 80eae63

Please sign in to comment.